Added project files

This commit is contained in:
David J. Allen 2024-03-07 17:00:39 -07:00
parent 40615a97f8
commit be40387f4a
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
10 changed files with 486 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "github.com/OpenCHAMI/configurator/cmd"
func main() {
cmd.Execute()
}