fix: review findings - OUTPUT_DIR centralised, no hardcoded vwts.ru, normal imports

This commit is contained in:
2026-06-04 09:08:51 +03:00
parent 1cfa6d1595
commit 4a3d5d21d1
14 changed files with 12 additions and 13 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
"""Управление состоянием (state.json в папке раздела)."""
import json
from pathlib import Path
OUTPUT_DIR = Path("vwts_data")
from .config import OUTPUT_DIR
def _state_file(section_slug: str) -> Path: