mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
7 lines
126 B
Python
7 lines
126 B
Python
# this is a dummy class used to test importing a dropin in the
|
|
# generic extractor by filename/path
|
|
|
|
|
|
class Dropin:
|
|
pass
|