takahe/users/services/__init__.py
2023-01-15 14:48:17 -07:00

3 lines
138 B
Python

from .announcement import AnnouncementService # noqa
from .identity import IdentityService # noqa
from .user import UserService # noqa