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