mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-29 12:45:00 +08:00
Add blinker dependency, start using it to refactor console app
Blinker lets us set up a central pub/sub mechanism to disentangle our object structure.
This commit is contained in:
4
libmproxy/console/signals.py
Normal file
4
libmproxy/console/signals.py
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
import blinker
|
||||
|
||||
status_message = blinker.Signal()
|
||||
Reference in New Issue
Block a user