Files
saas_backend/app/routes/auth/__init__.py
T

4 lines
101 B
Python

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