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