"""Version 1 HTTP API routers.""" from app.api.v1.demo import router as demo_router __all__ = ["demo_router"]