Удаление легаси

This commit is contained in:
2026-03-12 21:11:16 +03:00
parent b1f825e6b9
commit 9066c292de
98 changed files with 123 additions and 7758 deletions

View File

@@ -5,5 +5,7 @@ from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
SRC = ROOT / "src"
if str(ROOT) not in sys.path:
sys.path.insert(0, str(ROOT))
if str(SRC) not in sys.path:
sys.path.insert(0, str(SRC))