Files
auto-archiver/archivers/__init__.py
2022-02-25 13:55:43 +01:00

7 lines
248 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 *
from .twitter_archiver import *