Files
edx-platform/lms/lib/comment_client/comment_client.py
2019-05-02 14:59:56 -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