def save_data(self): with open(self.file_path, 'w') as f: json.dump(self.data, f, indent=4)