Update __init__.py

This commit is contained in:
Tamoghno Kandar
2025-11-10 11:13:05 -08:00
committed by GitHub
parent 3c03ea51c9
commit 2f5f887b3d

View File

@@ -17,6 +17,7 @@ from . import (
opencua,
qwen,
uitars,
gelato,
)
__all__ = [
@@ -33,4 +34,5 @@ __all__ = [
"moondream3",
"gemini",
"qwen",
"gelato",
]