5 lines
51 B
Python
5 lines
51 B
Python
|
|
||
|
import blinker
|
||
|
|
||
|
status_message = blinker.Signal()
|