def read()

in tools/registry.py [0:0]


def read(path):
  with open(path, "rb") as file:
    return file.read()