mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-09 20:08:27 +03:00
4 lines
142 B
Python
4 lines
142 B
Python
from auto_archiver.core.extractor import Extractor
|
|
class ExampleModule(Extractor):
|
|
def download(self, item):
|
|
print("do something") |