"""API module with FastAPI routes.""" from app.api.routes import router __all__ = ["router"]