first commit

This commit is contained in:
2025-09-30 20:21:33 +02:00
commit 68902f86af
10 changed files with 418 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package constants
const (
Version string = "0.0.1"
ApiVersion int = 1
)