write Changelog and fix imports all

This commit is contained in:
2025-08-11 00:42:06 +02:00
parent f5768d2118
commit f68b3291b3
6 changed files with 24 additions and 17 deletions

View File

@@ -8,5 +8,6 @@ class Logger:
def log(self, message):
self._log_func(message)
# Global instance
app_logger = Logger()