lib-afr-s3storage/lib_afr_s3storage/__init__.py

9 lines
225 B
Python
Raw Permalink Normal View History

2025-04-14 19:37:18 +00:00
"""
lib_afc_s3storage
---------------------------------------------
A Python library for managing S3 object storage
"""
2025-05-07 02:47:06 +00:00
from lib_afr_s3storage.s3storage import S3Storage
from lib_afr_s3storage.afs3exception import AFS3Error