GoogleTranslate-TUI/config.py

5 lines
72 B
Python

import json
with open('config.json') as fp:
config = json.load(fp)