pye/main.go
2024-10-13 16:16:19 +03:00

7 lines
83 B
Go

package main
import "git.a71.su/Andrew71/pye/cmd"
func main() {
cmd.Execute()
}