0a7b47e d7df8d0 0a7b47e d7df8d0 0a7b47e
1
2
3
4
5
6
7
from pydantic import BaseModel class ForecastingServiceSchema(BaseModel) : days: int currency: str algorithm: str