mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
split into multiple files MVP
This commit is contained in:
6
archivers/__init__.py
Normal file
6
archivers/__init__.py
Normal 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 *
|
||||
Reference in New Issue
Block a user