This commit is contained in:
2025-08-05 15:48:18 +02:00
parent 7fabb4163a
commit 824c71ef98
20 changed files with 1538 additions and 0 deletions

3
lib/core/logger/log.py Normal file
View File

@@ -0,0 +1,3 @@
# This file is now empty as the log function has been moved to model.py
# It can be removed or kept as a placeholder if needed for future extensions.
# For now, we will keep it empty.