mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 10:26:23 +00:00
8725d50d03
Blinker lets us set up a central pub/sub mechanism to disentangle our object structure.
5 lines
51 B
Python
5 lines
51 B
Python
|
|
import blinker
|
|
|
|
status_message = blinker.Signal()
|