Initial commit still with some hardcoded things

This commit is contained in:
2025-09-16 22:57:21 +01:00
commit b578976dad
14 changed files with 722 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
cmd "github.com/ESilva15/PTInvCertSWDB/cmd"
)
func main() {
cmd.Execute()
}