portier/source/config/signals_shared.py

4 lines
87 B
Python
Raw Normal View History

from django.dispatch import Signal
stream_active = Signal()
stream_inactive = Signal()