Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ishantvivek
/
codegen
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
6fadbbc
codegen
/
controllers
/
__init__.py
AP\VivekIsh
codegen: Stage the code
6fadbbc
8 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
import
os
from
fastapi_router_controller
import
ControllerLoader
this_dir = os.path.dirname(__file__)
ControllerLoader.load(this_dir, __package__)