def get_config()

in gce_rescue/config.py [0:0]


def get_config(key):
  if key in config:
    return config[key]