mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 16:53:38 +00:00
4 lines
114 B
Python
4 lines
114 B
Python
from .minio import MinioStorageClient, MinioStorageConfig
|
|
|
|
__all__ = ["MinioStorageClient", "MinioStorageConfig"]
|