refactor: services/ → compare/ + drhider/ (разделение Сверки и Хайдера)
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-06-30 10:08:25 +04:00
parent 5466b6df7f
commit ae64913c00
22 changed files with 40 additions and 20 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import os
# Ensure deploy/ is on path for imports
sys.path.insert(0, os.path.dirname(__file__))
from services.llm_client import FakeLLMClient
from compare.llm_client import FakeLLMClient
from repository import MemRepository