musheff-api / src /schema.py
blasisd's picture
Initial commit
9e35b9e
raw
history blame contribute delete
145 Bytes
from pydantic import BaseModel
class MushroomClassification(BaseModel):
mushroom_type: str
toxicity_profile: str
confidence: float