mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 11:47:14 +00:00
5 lines
104 B
Python
Executable file
5 lines
104 B
Python
Executable file
#!/usr/bin/env python
|
|
from libpathod import cmdline
|
|
|
|
if __name__ == "__main__":
|
|
cmdline.go_pathod()
|