lexonomy_custom_editor/src/message/message.py

3 lines
138 B
Python
Raw Normal View History

2019-11-05 21:18:20 +00:00
class Message:
def update_model(self, model):
raise NotImplementedError("This message does not implement update_model method")