8 lines
75 B
Python
8 lines
75 B
Python
"""
|
|
So that scripts can be imported
|
|
"""
|
|
|
|
import sys
|
|
|
|
sys.path.append("..")
|