codegen / controllers /__init__.py
AP\VivekIsh
codegen: Stage the code
6fadbbc
raw
history blame contribute delete
No virus
149 Bytes
import os
from fastapi_router_controller import ControllerLoader
this_dir = os.path.dirname(__file__)
ControllerLoader.load(this_dir, __package__)