package main
import (
"surdeus.su/util/tpp/httpx"
"os"
)
func main() {
httpx.Tool.Run(os.Args[1:])
}