V2bX/main.go
2024-07-30 01:28:39 +09:00

10 lines
85 B
Go

package main
import (
"github.com/InazumaV/V2bX/cmd"
)
func main() {
cmd.Run()
}