начало БД

This commit is contained in:
2025-11-29 14:51:45 +03:00
parent c48d1ee383
commit c59db5819f
23 changed files with 713 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
import logging
import logging.config
logging.config.fileConfig("config/log.ini")
# loggers
logger = logging.getLogger("Tools Stock")
loggerDB = logging.getLogger("DB operations")
logger = logging.getLogger("UI operations")