updated storages init

pull/33/head
msramalho 2022-06-03 17:32:02 +02:00
rodzic d33daabee1
commit c679e02c73
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

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