in support/retro_contest/rest.py [0:0]
def load_config():
global config
try:
with open(os.path.join(os.path.expanduser('~'), '.config/retro-contest.yml')) as f:
config = yaml.safe_load(f)
except FileNotFoundError:
pass