mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-09 20:08:27 +03:00
1. Allow loading modules from --module_paths=/extra/path/here 2. Improved unit tests for module loading 3. Further small tidy ups/clean ups
4 lines
92 B
Python
4 lines
92 B
Python
from auto_archiver.core.extractor import Extractor
|
|
|
|
class ExampleModule(Extractor):
|
|
pass |