mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 13:48:28 +03:00
updated storages init
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# we need to explicitly expose the available imports here
|
# we need to explicitly expose the available imports here
|
||||||
from .base_storage import *
|
from .base_storage import Storage
|
||||||
from .local_storage import *
|
from .local_storage import LocalStorage
|
||||||
from .s3_storage import *
|
from .s3_storage import S3Config, S3Storage
|
||||||
|
from .gd_storage import GDConfig, GDStorage
|
||||||
Reference in New Issue
Block a user