mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
6 lines
104 B
Python
Executable File
6 lines
104 B
Python
Executable File
#!/usr/bin/env python
|
|
from libpathod import cmdline
|
|
|
|
if __name__ == "__main__":
|
|
cmdline.go_pathod()
|