template
This commit is contained in:
10
backend/routers/__init__.py
Normal file
10
backend/routers/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Routers Package
|
||||
|
||||
This package contains all API route handlers organized by feature.
|
||||
Each router is responsible for a specific domain of the application.
|
||||
"""
|
||||
|
||||
from . import ai, projects, health
|
||||
|
||||
__all__ = ["ai", "projects", "health"]
|
||||
Reference in New Issue
Block a user