test_task_crm/app/api/v1/users/__init__.py

5 lines
73 B
Python

"""Users API package."""
from .views import router
__all__ = ["router"]