def save(nat_dict): return file_helper.save(path, nat_dict)
def save(dict): return file_helper.save(path, dict)