File size: 174 Bytes
746c674
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import sys
import os

SCRIPT_DIR = os.path.dirname(os.path.realpath(os.path.join(os.getcwd(), os.path.expanduser(__file__))))
print(SCRIPT_DIR)
sys.path.append(SCRIPT_DIR)