File size: 115 Bytes
44810a8
 
 
 
 
1
2
3
4
5
6
import sys
from pathlib import Path

# Add project root to sys.path
sys.path.insert(0, str(Path(__file__).parent))