Files
auto-archiver/archivers/__init__.py
2022-03-15 18:45:53 +01:00

8 lines
281 B
Python

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