from typing import Any from fastapi import FastAPI def bind_routes(app: FastAPI, spec: dict[str, Any], routes_module: Any) -> None: ...