This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/users/models/__init__.py

5 lines
147 B
Python
Raw Normal View History

2022-11-06 00:51:54 +01:00
from .follow import Follow # noqa
2022-11-05 21:17:27 +01:00
from .identity import Identity # noqa
from .user import User # noqa
from .user_event import UserEvent # noqa