kenken999's picture
test
1f074d8
raw
history blame
86 Bytes
from pydantic import BaseModel
class TeamSchema(BaseModel):
id: int
name: str