Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 194 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 194 Bytes

louisholley.github.io

@service.handle('custom_event')
def send_custom_event_notification(*args, **kwargs):
    notification = CustomNotification(...)
    notification.dispatch()