| 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) | |
| 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) | |