def get_config()

in bots/incident-response-slackbot/incident_response_slackbot/config.py [0:0]


def get_config() -> Config:
    global _CONFIG
    if _CONFIG is None:
        raise Exception("config not initialized, call load_config() first")
    return _CONFIG