aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/__init__.py
blob: 99ce7c9c1bf48b351324ab7bdf3ddf4cb4f7b778 (plain)
1
2
3
4
5
from typing import Callable  # noqa
from mitmproxy import flow  # noqa

master = None  # type: flow.FlowMaster
log = None  # type: Callable[[str], None]