Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
m-ahmad-official
/
full-stack-todo-backend
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
full-stack-todo-backend
/
src
/
models
/
__init__.py
m-ahmad-official
Initial commit: Full-stack todo backend for Hugging Face Spaces
6bed18e
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
from
.task
import
Task, TaskCreate, TaskUpdate, TaskResponse
__all__ = [
"Task"
,
"TaskCreate"
,
"TaskUpdate"
,
"TaskResponse"
]