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