bubblewand/main.go
2025-07-22 02:55:00 -04:00

10 lines
90 B
Go

package main
import (
"specCon18/wand-templater/cmd"
)
func main() {
cmd.Execute()
}