core/source/interface_notification_channel.py

6 lines
135 B
Python
Raw Normal View History

2022-11-29 23:53:14 +01:00
class interface_notification_channel(object):
def notify(self, parameters, name, data, state, output):
raise NotImplementedError