tebakaja's picture
feat: Crafting Data pipeline, Models, and Restful API
94ed9e1
raw
history blame
109 Bytes
from pydantic import BaseModel
class CryptocurrencyPredictionSchema(BaseModel) :
days: int
currency: str