This commit is contained in:
Bastian Schnorbus
2025-05-04 16:01:16 +02:00
commit 5941117b86
11 changed files with 302 additions and 0 deletions

2
scripts/helper/__init__.py Executable file
View File

@@ -0,0 +1,2 @@
from .paperless_api import PaperlessAPI
from .config import Config