mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
7 lines
120 B
Python
7 lines
120 B
Python
#!/usr/bin/env python
|
|
|
|
from pathod import pathoc_cmdline as cmdline
|
|
|
|
if __name__ == "__main__":
|
|
cmdline.go_pathoc()
|