Files
saas_backend/app/routes/auth/__init__.py
T
2026-01-17 14:18:00 +05:30

3 lines
76 B
Python

from .auth import router
from .tenant import router
from .role import router