auto-archiver/tests/data/dropin.py

7 wiersze
126 B
Python
Czysty Zwykły widok Historia

2025-01-21 15:58:18 +00:00
# this is a dummy class used to test importing a dropin in the
# generic extractor by filename/path
2025-03-10 18:44:54 +00:00
2025-01-21 15:58:18 +00:00
class Dropin:
2025-03-10 18:44:54 +00:00
pass