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