Merge branch 'video-inference' into video-tab

This commit is contained in:
Daniel Han 2026-07-04 17:57:29 +00:00
commit 762350e51d

View file

@ -38,4 +38,4 @@ __all__ = [
]
# Bind the re-export so the import-hoist verifier counts it as used.
_ = (rag_router,)
_ = (rag_router, video_router)