File size: 155 Bytes
d425e71
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""__init__.py.

Paligemma package, includes which of this module to export.
"""
from .paligemma import PaligemmaModel

__all__ = [
    'PaligemmaModel'
]