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