Files
edx-platform/lms/lib/comment_client/comment_client.py
Sarina Canelake 467f2988e1 Quality cleanup
2014-09-08 12:02:31 -04:00

7 lines
215 B
Python

"""Import other classes here so they can be imported from here."""
# pylint: disable=unused-import
from .comment import Comment
from .thread import Thread
from .user import User
from .commentable import Commentable