def read()

in botogen/setup.py [0:0]


def read(*parts):
    return codecs.open(os.path.join(HERE, *parts), "r").read()