refactor: modular structure, core and services directories

This commit is contained in:
2026-08-04 19:09:31 +03:00
parent 66e645cbd8
commit 2bdc07951a
14 changed files with 122 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from config import (
DATE_TODAY, DATE_YESTERDAY, find_dated_file, ZUP_1C_DIR, SCUD_DIR
)
# Импортируем прямую SQL-выгрузку отсутствий из 1С
from modules.zup_extractor import fetch_zup_absences_from_sql
from services.zup_extractor import fetch_zup_absences_from_sql
warnings.filterwarnings('ignore', category=UserWarning, module='pandas')