generated from gilles/template-webapp
claude code
This commit is contained in:
11
backend/app/routers/__init__.py
Normal file
11
backend/app/routers/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Package des routers API."""
|
||||
|
||||
from app.routers.categories import router as categories_router
|
||||
from app.routers.items import router as items_router
|
||||
from app.routers.locations import router as locations_router
|
||||
|
||||
__all__ = [
|
||||
"categories_router",
|
||||
"locations_router",
|
||||
"items_router",
|
||||
]
|
||||
Reference in New Issue
Block a user