2 lines
97 B
Python
2 lines
97 B
Python
|
|
import sys, os
|
||
|
|
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + '/../src/python'))
|