File size: 201 Bytes
fd357f4
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import os
import sys

# Add repository root to Python path for imports
ROOT = os.path.dirname(os.path.abspath(os.path.join(__file__, os.pardir)))
if ROOT not in sys.path:
    sys.path.insert(0, ROOT)