class JsonModel: def from_json(self, json_dict: dict): raise NotImplementedError("from_json method is not implemented")