kenken999's picture
fda
0f43f8a
raw
history blame
74 Bytes
from pydantic import BaseModel
class TeamSchema(BaseModel):
name: str