5 lines
89 B
Python
5 lines
89 B
Python
import os
|
|
import sys
|
|
|
|
sys.path.append(os.path.join(os.path.dirname(__file__), 'shared'))
|