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...
f416a92
fastapi_django_main_live
/
controllers
/
test_aaaaaaaa
/
api
/
schemas
/
team.py
kenken999
test
1f074d8
11 months ago
raw
Copy download link
history
blame
Safe
86 Bytes
from
pydantic
import
BaseModel
class
TeamSchema
(
BaseModel
):
id
:
int
name:
str