9 lines
225 B
Python
9 lines
225 B
Python
|
|
"""
|
||
|
|
lib_afc_s3storage
|
||
|
|
---------------------------------------------
|
||
|
|
A Python library for managing S3 object storage
|
||
|
|
"""
|
||
|
|
|
||
|
|
from lib_afc_s3storage.s3storage import S3Storage
|
||
|
|
from lib_afc_s3storage.afs3exception import AFS3Error
|