Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
xuzhu123/flow2api
JasonChen
/
flow2api
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
89cede9
flow2api
/
src
/
api
/
__init__.py
TheSmallHanCat
feat:flow2api初版
36cbcc0
4 months ago
raw
Copy download link
history
blame
Safe
144 Bytes
"""API modules"""
from
.routes
import
router
as
api_router
from
.admin
import
router
as
admin_router
__all__ = [
"api_router"
,
"admin_router"
]