package main

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

func main() {
	app.Start()
}