package main
import (
"github.com/bugout-dev/moonstream/db/server/cmd"
)
func main() {
cmd.InitServer()
}