3 lines
82 B
Python
3 lines
82 B
Python
import sys, os
|
|
sys.path.append(os.path.realpath(os.path.dirname(__file__)+"/.."))
|
import sys, os
|
|
sys.path.append(os.path.realpath(os.path.dirname(__file__)+"/.."))
|