kenken999's picture
test
565ab19
raw
history blame
74 Bytes
from pydantic import BaseModel
class TeamSchema(BaseModel):
name: str