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