split into multiple files MVP

This commit is contained in:
msramalho
2022-02-21 14:19:09 +01:00
parent 009c0dd8ca
commit f3ce226665
12 changed files with 446 additions and 536 deletions

6
archivers/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
# 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 *