Doc-chat / tests /__init__.py
Rulga's picture
Refactor project structure and add chat analysis functionality
8c4af83
raw
history blame contribute delete
184 Bytes
import os
import sys
# Add project root to Python path for imports in tests
project_root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.insert(0, project_root)