kenken999's picture
test
63f6011
raw
history blame
130 Bytes
from pydantic import BaseModel
class UserSchema(BaseModel):
username: str
password: str
profile: str
team_id: int