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

5 lines
72 B
Python

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