Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kbsss
/
flowgraph
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
flowgraph
/
app
/
api
/
routes
/
__init__.py
kbsss
Upload folder using huggingface_hub
7b2787b
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
123 Bytes
"""
API Routes package.
"""
from
app.api.routes
import
graph, tools, websocket
__all__ = [
"graph"
,
"tools"
,
"websocket"
]