Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
6
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fastapi_django_main_live
/
contbk
/
ai
/
src
/
models
/
user.py
kenken999
m
e2444ac
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
from
dataclasses
import
dataclass
@dataclass
class
User
:
"""Represents a user"""
name:
str
email:
str