package main import ( "github.com/shroff/phylum/server/internal/cmds" ) func main() { cmds.Setup() }