Files
lab_ai/apps/tests/conftest.py

6 lines
143 B
Python
Raw Permalink Normal View History

2026-01-26 23:29:16 +07:00
import sys
import os
2026-01-26 23:07:28 +07:00
2026-01-26 23:29:16 +07:00
# Add apps directory to path for imports
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))