takahe/users/models/__init__.py

5 lines
147 B
Python

from .follow import Follow # noqa
from .identity import Identity # noqa
from .user import User # noqa
from .user_event import UserEvent # noqa