initial prototyping

This commit is contained in:
2024-10-18 04:28:31 +00:00
commit 85fa74c83b
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()
}