mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +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 |