/ src / python / txtai / cloud / __init__.py
__init__.py
1  """
2  Cloud imports
3  """
4  
5  from .base import Cloud
6  from .factory import CloudFactory
7  from .hub import HuggingFaceHub
8  from .storage import ObjectStorage