4 lines
103 B
Python
4 lines
103 B
Python
import os
|
|
import sys
|
|
|
|
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'companion'))
|