mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
5 lines
130 B
Python
5 lines
130 B
Python
from typing import Callable # noqa
|
|
|
|
master = None # type: "mitmproxy.flow.FlowMaster"
|
|
log = None # type: Callable[[str], None]
|