mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-12-03 12:23:46 +00:00
24cf8da27e
The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy.
5 lines
66 B
Python
5 lines
66 B
Python
from mitmproxy.tools.console import master
|
|
|
|
|
|
__all__ = ["master"]
|