Dan Walsh
Testing and performance optimisations
124b5b5
raw
history blame
144 Bytes
import sys
import os
# Add the parent directory to sys.path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))