diff --git a/studio/backend/routes/__init__.py b/studio/backend/routes/__init__.py index 8c51e2ef04..4fead20cc4 100644 --- a/studio/backend/routes/__init__.py +++ b/studio/backend/routes/__init__.py @@ -38,4 +38,4 @@ __all__ = [ ] # Bind the re-export so the import-hoist verifier counts it as used. -_ = (rag_router,) +_ = (rag_router, video_router)