File size: 117 Bytes
80a72c3
 
 
 
 
1
2
3
4
5
6
import sys
from pathlib import Path

REPO_ROOT = Path(__file__).parents[4].resolve()
sys.path.append(f"{REPO_ROOT}")