File size: 153 Bytes
4b7d391
 
 
 
 
1
2
3
4
5
6
import sys
from pathlib import Path

sys.path.insert(0, str(Path(__file__).parent.parent / "src"))
sys.path.insert(0, str(Path(__file__).parent.parent))