YoConfig.py 164 B

12345678
  1. import json
  2. with open('config.json') as jsonFile:
  3. YoConfig = json.load(jsonFile)
  4. jsonFile.close()
  5. #print(YoConfig['db']['choozmo_new']['MYSQL_PASSWORD'])