7 lines
79 B
Go
7 lines
79 B
Go
package main
|
|
|
|
import "git.a71.su/Andrew71/pye/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|