"""API route modules.""" from .health import router as health_router from .media import router as media_router from .scripts import router as scripts_router __all__ = ["health_router", "media_router", "scripts_router"]