Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgbam
/
MedQA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3cc8f34
MedQA
/
models
/
user.py
mgbam
Create models/user.py
07314be
verified
18 days ago
raw
Copy download link
history
blame
Safe
186 Bytes
from
sqlmodel
import
SQLModel, Field
class
User
(SQLModel, table=
True
):
id
:
int
= Field(default=
None
, primary_key=
True
)
username:
str
full_name:
str
hashed_password:
str