def read_file()

in dagify/setup.py [0:0]


def read_file(file):
    with open(file) as f:
        return f.read()