ai-content-maker/.venv/Lib/site-packages/cloudpathlib/s3/__init__.py

8 lines
103 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
from .s3client import S3Client
from .s3path import S3Path
__all__ = [
"S3Client",
"S3Path",
]