File size: 119 Bytes
e7a3f8b | 1 2 3 4 5 6 | import sys
import os
path = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, os.path.join(path, "../"))
|
e7a3f8b | 1 2 3 4 5 6 | import sys
import os
path = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, os.path.join(path, "../"))
|