mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
from libmproxy.script import concurrent
|
|
|
|
|
|
@concurrent
|
|
def start(context, argv):
|
|
pass
|