package main

import "apc-p15-tool/pkg/app"

// main command line tool
func main() {
	app.Start(nil)
}