mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-12 22:38:02 +08:00
5 lines
87 B
Python
5 lines
87 B
Python
from libmproxy.script import concurrent
|
|
|
|
@concurrent
|
|
def start(context, argv):
|
|
pass |