1 2 3 4 5
import os import sys # Add the project root to Python path project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "../.."))