5 lines
110 B
Python
5 lines
110 B
Python
|
# Obtain shared config values
|
||
|
import os, sys
|
||
|
sys.path.append(os.path.abspath('..'))
|
||
|
from shared_conf import *
|