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