Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ericmichael
/
openai-playground-utrgv
like
1
Runtime error
App
Files
Files
Community
6e8003f
openai-playground-utrgv
/
app
/
schemas.py
Eric Michael Martinez
add app
6e8003f
over 1 year ago
raw
Copy download link
history
blame
Safe
209 Bytes
import
uuid
from
fastapi_users
import
schemas
class
UserRead
(schemas.BaseUser[uuid.UUID]):
pass
class
UserCreate
(schemas.BaseUserCreate):
pass
class
UserUpdate
(schemas.BaseUserUpdate):
pass