Files
edx-platform/lms/lib/comment_client/comment_client.py
2014-03-28 11:37:43 -04:00

7 lines
203 B
Python

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