package main import ( "github.com/dosco/super-graph/serv" ) func main() { serv.Init() }