Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Running
on
Zero
App
Files
Files
Community
121802e
fastapi_django_main_live
/
routers
/
ai
/
crud_app
/
models
/
user.py
kenken999
test
d8bbcde
7 months ago
raw
Copy download link
history
blame
Safe
98 Bytes
from
dataclasses
import
dataclass
@dataclass
class
User
:
id
:
int
name:
str
email:
str