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

5 wiersze
148 B
Python

from .storage import Storage
from .s3 import S3Storage
from .local import LocalStorage
from .gd import GDriveStorage
from .atlos import AtlosStorage