mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
4 lines
116 B
Python
4 lines
116 B
Python
from .storage import Storage
|
|
from .s3 import S3Storage
|
|
from .local import LocalStorage
|
|
from .gd import GDriveStorage |