NCAkit / modules /shared /services /__init__.py
ismdrobiul489's picture
Add optional HF Hub cloud storage for videos with auto folders per module
1a02e5e
raw
history blame
184 Bytes
"""
Shared services for NCAkit modules
"""
from .hf_storage import HFStorageClient, get_hf_storage, init_hf_storage
__all__ = ['HFStorageClient', 'get_hf_storage', 'init_hf_storage']