package main import ( "penahub.gitlab.yandexcloud.net/pena-services/blueprint/cmd" ) func main() { cmd := cmd.NewApp() cmd.Execute() }