1package main
2
3import "github.com/hlandau/acmetool/cli"
4
5func main() {
6	cli.Main()
7}
8