comment_client.py 215 Bytes
Newer Older
Sarina Canelake committed
1 2
"""Import other classes here so they can be imported from here."""
# pylint: disable=unused-import
3 4 5 6
from .comment import Comment
from .thread import Thread
from .user import User
from .commentable import Commentable