package main
import "codeberg.org/aryak/mozhi/cmd"
func main() {
// Everything that matters is in /cmd
cmd.Execute()
}