fix: review findings - OUTPUT_DIR centralised, no hardcoded vwts.ru, normal imports
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user