3 lines
No EOL
79 B
Python
3 lines
No EOL
79 B
Python
from sys import path
|
|
from os.path import abspath
|
|
path.append(abspath("Shared")) |