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