def load_abi(file): with open(file) as fp: abi = fp.read() return abi