REFACTOR - Database logic
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
"""
|
||||
Forecasting API Layer
|
||||
HTTP endpoints for demand forecasting and prediction operations
|
||||
"""
|
||||
|
||||
from .forecasts import router as forecasts_router
|
||||
|
||||
from .predictions import router as predictions_router
|
||||
|
||||
|
||||
__all__ = [
|
||||
"forecasts_router",
|
||||
|
||||
"predictions_router",
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user