updated storages init

This commit is contained in:
msramalho
2022-06-03 17:32:02 +02:00
parent d33daabee1
commit c679e02c73

View File

@@ -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