cherry/main.go
2025-02-11 18:27:13 -06:00

9 lines
92 B
Go

package main
import (
"git.cherry.town/town/cherry/cmd"
)
func main() {
cmd.Execute()
}