aa8e38b
1
2
3
4
5
"""API module with FastAPI routes.""" from app.api.routes import router __all__ = ["router"]