# 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).