CraigRoberts15's picture
Initial commit: Business Intelligence Dashboard with Git LFS
c51e926
raw
history blame
161 Bytes
import sys
from pathlib import Path
# Add the parent directory to Python path so tests can import modules
sys.path.insert(0, str(Path(__file__).parent.parent))