This commit is contained in:
2024-12-16 19:11:36 +01:00
commit d1d2328fcd
12 changed files with 550 additions and 0 deletions

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"github.com/tlinden/anydb/cmd"
)
func main() {
cmd.Execute()
}