pye/main.go
2024-10-12 21:45:00 +03:00

7 lines
79 B
Go

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