File size: 166 Bytes
ead274c | 1 2 3 4 5 6 | import sys
import os
# Add project root to path so 'detectors' package is importable
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
ead274c | 1 2 3 4 5 6 | import sys
import os
# Add project root to path so 'detectors' package is importable
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|