package main
import proxy "github.com/lqqyt2423/go-mitmproxy"
func main() {
proxy.Create()
proxy.Init()
}