//go:build ee
// +build ee
package main
import "github.com/gravitl/netmaker/pro"
func init() {
pro.InitPro()
}