5 lines
102 B
Python
5 lines
102 B
Python
import os
|
|
|
|
WORKDIR = os.path.dirname(__file__)
|
|
CONFIG_FILE = os.path.join(WORKDIR, 'nodeconfig.json')
|