// This creates a simple hello world window
package main
import (
arg "github.com/alexflint/go-arg"
)
func init() {
arg.MustParse()
}