Surbhi
recommendation system
50ddf24
raw
history blame contribute delete
149 Bytes
import os
from fastapi_router_controller import ControllerLoader
this_dir = os.path.dirname(__file__)
ControllerLoader.load(this_dir, __package__)