This commit is contained in:
steven carpenter 2025-07-22 02:55:00 -04:00
commit d5762330da
23 changed files with 718 additions and 0 deletions

10
main.go Normal file
View file

@ -0,0 +1,10 @@
package main
import (
"specCon18/wand-templater/cmd"
)
func main() {
cmd.Execute()
}