Files
auto-archiver/archivers/__init__.py
2022-02-21 14:19:09 +01:00

6 lines
216 B
Python

# we need to explicitly expose the available imports here
from .base_archiver import *
from .telegram_archiver import *
from .tiktok_archiver import *
from .wayback_archiver import *
from .youtubedl_archiver import *