File size: 104 Bytes
35f370c
 
 
 
1
2
3
4
5
import sys
import pathlib

sys.path.append(pathlib.Path(f'{__file__}/../modules').parent.resolve())