1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
django-mailbox/django_mailbox2/signals.py
2021-02-07 22:54:52 -05:00

3 lines
75 B
Python

from django.dispatch.dispatcher import Signal
message_received = Signal()