3 lines
103 B
Python
3 lines
103 B
Python
import sys, os
|
|
# sys.path.append("..")
|
|
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|