Files
auto-archiver/tests/data/example_module/example_module.py
Patrick Robertson 3d37c494aa Tidy ups + unit tests:
1. Allow loading modules from --module_paths=/extra/path/here
2. Improved unit tests for module loading
3. Further small tidy ups/clean ups
2025-01-29 18:42:49 +01:00

4 lines
92 B
Python

from auto_archiver.core.extractor import Extractor
class ExampleModule(Extractor):
pass