kumify/cronhandler/signals.py

3 lines
51 B
Python
Raw Normal View History

from django.dispatch import Signal
cron = Signal()