Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e47fcea
fastapi_django_main_live
/
controllers
/
ai
/
src
/
models
/
user.py
kenken999
tes
164aab4
11 months ago
raw
Copy download link
history
blame
Safe
114 Bytes
from
dataclasses
import
dataclass
@dataclass
class
User
:
"""Represents a user"""
name:
str
email:
str