forked from mirror/django-mailbox
4 lines
101 B
Python
4 lines
101 B
Python
|
|
from django.dispatch.dispatcher import Signal
|
||
|
|
|
||
|
|
message_received = Signal(providing_args=['message'])
|