Files
auto-archiver/tests/data/dropin.py
2025-01-21 16:59:45 +01:00

5 lines
124 B
Python

# this is a dummy class used to test importing a dropin in the
# generic extractor by filename/path
class Dropin:
pass