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