Files
edx-platform/lms/lib/comment_client/comment_client.py
2017-06-11 21:48:06 -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 .commentable import Commentable
from .thread import Thread
from .user import User