File size: 177 Bytes
5d32408
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import sys
from pathlib import Path
import os

cur_path = str(Path(__file__).parent.absolute())
sys.path.insert(0,  cur_path)
sys.path.insert(0, os.path.join(cur_path, 'lvdm'))