ishantvivek's picture
recommendation-system: Add backend server of fastapi and controllers
dd81387
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__)