3 lines
94 B
Python
3 lines
94 B
Python
|
import os, sys
|
||
|
sys.path = ['/'.join(os.path.dirname(__file__).split(os.sep)[:-3])] + sys.path
|