takahe/users/models/__init__.py

4 lines
112 B
Python
Raw Normal View History

2022-11-05 13:17:27 -07:00
from .identity import Identity # noqa
from .user import User # noqa
from .user_event import UserEvent # noqa