defining common interfaces for modules

This commit is contained in:
2026-07-08 15:28:50 +02:00
parent 046adfd3df
commit 16ae573687
2 changed files with 334 additions and 233 deletions
+3
View File
@@ -37,6 +37,9 @@ logger_get_data.setLevel(logging.DEBUG)
logger_auto_form = logger_gui.getChild("get_data_auto_form")
logger_auto_form.setLevel(logging.DEBUG)
logger_custom_fields = logger_gui.getChild("custom_fields")
logger_custom_fields.setLevel(logging.DEBUG)
logger_page_consulting = logger_gui.getChild("page_consulting")
logger_page_consulting.setLevel(logging.DEBUG)