Spaces:
Running
Running
File size: 109 Bytes
94ed9e1 |
1 2 3 4 5 6 |
from pydantic import BaseModel
class CryptocurrencyPredictionSchema(BaseModel) :
days: int
currency: str
|