package main
import (
"bitbucket.org/skeris/heruvym/app"
"github.com/skeris/appInit"
)
func main() {
appInit.Initialize(app.New, getEnv())
}