core/source/notification_channels/_interface.py
2022-11-30 00:36:39 +01:00

6 lines
135 B
Python

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