mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
5 lines
No EOL
87 B
Python
5 lines
No EOL
87 B
Python
from libmproxy.script import concurrent
|
|
|
|
@concurrent
|
|
def start(context, argv):
|
|
pass |