in utils/instructions_converter.py [0:0]
def __init__(self, json_i2id): f = open(json_i2id, "r") self.i2id = json.load(f) f.close()