5 lines
52 B
Python
5 lines
52 B
Python
|
import os
|
||
|
|
||
|
ROOT_DIR=os.getcwd()
|
||
|
CONFIG_DIR=ROOT_DIR
|