vgecbot / app /api /__init__.py
harsh-dev's picture
docker deployment
4225666
# We removed the top-level imports of routes here to prevent circular dependencies.
# This file now only provides the base structure if needed.
# If you want to use the api_router elsewhere, import it and register routes
# in the file where you initialize the FastAPI app (main.py).