def get_config()

in bots/triage-slackbot/triage_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