mitmproxy/mitmproxy/ctx.py

5 lines
130 B
Python
Raw Normal View History

2016-07-09 02:57:57 +00:00
from typing import Callable # noqa
master = None # type: "mitmproxy.flow.FlowMaster"
log = None # type: Callable[[str], None]