auto-archiver/src/auto_archiver/storages/__init__.py

3 wiersze
86 B
Python

from .storage import Storage
from .s3 import S3Storage
from .local import LocalStorage