import os
import sys

# Add the src directory to the PYTHONPATH
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../src"))