def __init__()

in tools/ci_config.py [0:0]


    def __init__(self, file):
        # parse deploy configs from file
        with open(file) as f:
            self.config = yaml.safe_load(f)