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