auto-archiver/storages/__init__.py

4 wiersze
140 B
Python
Czysty Zwykły widok Historia

# we need to explicitly expose the available imports here
from .base_storage import *
2022-05-03 18:33:02 +00:00
from .local_storage import *
from .s3_storage import *