mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
6 lines
109 B
Python
Executable File
6 lines
109 B
Python
Executable File
#!/usr/bin/env python
|
|
from libpathod import pathod
|
|
|
|
s = pathod.Pathod(("127.0.0.1", 8888))
|
|
s.serve_forever()
|