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