""" Django notifications signal file """
# -*- coding: utf-8 -*-
from django.dispatch import Signal
notify = Signal()