1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00
django-mailbox/django_mailbox/signals.py
2022-03-23 08:48:45 -04:00

3 lines
75 B
Python

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