Bind video_router in the routes re-export tuple for the import-hoist verifier

This commit is contained in:
Daniel Han 2026-07-04 17:57:16 +00:00
commit 07ceadaccf

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)