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