3 lines
98 B
Python
3 lines
98 B
Python
from os.path import join, dirname
|
|
import sys
|
|
sys.path.append(join(dirname(__file__), '_applibs'))
|