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