/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main
import (
"github.com/LorenzHohermuth/cli-shapes/cmd"
)
func main() {
cmd.Execute()
}