import sys import os # Ensure project root is on sys.path so 'src' package is importable sys.path.insert(0, os.path.dirname(__file__))