This commit is contained in:
h z
2026-02-15 08:49:27 +00:00
commit 72843442ac
21 changed files with 1450 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module AbstractWizard
go 1.24
require gopkg.in/yaml.v3 v3.0.1