portier/source/config/signals_shared.py

4 lines
87 B
Python

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