Files

4 lines
137 B
Python

from .auth_routes import router as auth_router
from .api_routes import router as api_router
from .web_routes import router as web_router