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
@@ -1,5 +1,5 @@
"""Unit tests for LLM client and Repository — with fakes."""
from services.llm_client import FakeLLMClient
from compare.llm_client import FakeLLMClient
from repository import MemRepository