package main

import (
	"git.cherry.town/town/cherry/cmd"
)

func main() {
	cmd.Execute()
}