initial prototyping

This commit is contained in:
2025-02-11 07:11:05 +00:00
commit 19550a78d4
8 changed files with 193 additions and 0 deletions

9
proxmoxaas-fabric.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
app "proxmoxaas-fabric/app"
)
func main() {
app.Run()
}