Files
auto-archiver/tests/data/dropin.py
2025-03-10 18:44:54 +00:00

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