6 lines
180 B
Python
6 lines
180 B
Python
from .models import forecast_backends
|
|
from ..core.models import base_decorator
|
|
|
|
forecast_backend = forecast_backends["us-east-1"]
|
|
mock_forecast = base_decorator(forecast_backends)
|