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
@@ -16,7 +16,7 @@ import pyodbc
from openpyxl.utils import get_column_letter
from config import SCUD_DIR, clean_scud_fio_light, load_exceptions
from modules.database import save_scud_to_db
from core.database import save_scud_to_db
warnings.filterwarnings("ignore", message="pandas only supports SQLAlchemy connectable")