mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
4 lines
98 B
Python
4 lines
98 B
Python
from django.dispatch import Signal
|
|
|
|
webhook_event = Signal(providing_args=['event_type', 'data'])
|