refactor: establish standalone application boundary

This commit is contained in:
leefer
2026-08-03 21:42:25 +08:00
parent 656f28a96d
commit d6def3af15
322 changed files with 73872 additions and 44656 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from __future__ import annotations
import unittest
from sentiment_engine import _adaptive_score, _confirmed_phase
from backend.features.sentiment.engine import _adaptive_score, _confirmed_phase
class SentimentEngineTests(unittest.TestCase):