VLM-Lens / src /models /molmo /__init__.py
marstin's picture
[martin-dev] add demo v1 test
d425e71
"""__init__.py.
Molmo package, includes which of this module to export.
"""
from .molmo import MolmoModel
__all__ = [
'MolmoModel'
]