REFACTOR ALL APIs
This commit is contained in:
@@ -4,13 +4,12 @@ HTTP endpoints for demand forecasting and prediction operations
|
||||
"""
|
||||
|
||||
from .forecasts import router as forecasts_router
|
||||
|
||||
from .predictions import router as predictions_router
|
||||
from .forecasting_operations import router as forecasting_operations_router
|
||||
from .analytics import router as analytics_router
|
||||
|
||||
|
||||
__all__ = [
|
||||
"forecasts_router",
|
||||
|
||||
"predictions_router",
|
||||
|
||||
"forecasting_operations_router",
|
||||
"analytics_router",
|
||||
]
|
||||
Reference in New Issue
Block a user