update check_kontor.py to call Kontor API

This commit is contained in:
Thomas Peetz
2025-04-18 00:09:30 +02:00
parent a6eeea6c1f
commit 116bb77e4c
8 changed files with 168 additions and 78 deletions
+5
View File
@@ -35,6 +35,11 @@ class StatusType(Enum):
CLOUD_LINK = auto()
CLOUD_LINK_ID = auto()
class ExportType(Enum):
JSON = "JSON"
YAML = "YAML"
SQLITE = "SQLite"
class KontorDB: