Skip to content

Instantly share code, notes, and snippets.

class BaseNotification(object):
def serialize(self):
# here do what the * you want
def unserialize(self, data):
# here too
def render(self, backend):
# rendering may differ depending on the backend babe