__init__.py 98 B

12345
  1. """Aliyun OSS helpers."""
  2. from supply_infra.oss.client import OssClient
  3. __all__ = ["OssClient"]