core/source/interface_notification_channel.py
Christian Fraß 82b47ffa14 [ini]
2022-11-29 23:53:14 +01:00

6 lines
135 B
Python

class interface_notification_channel(object):
def notify(self, parameters, name, data, state, output):
raise NotImplementedError