package main

import (
	"github.com/btcsuite/btcd/claimtrie/cmd/cmd"
)

func main() {
	cmd.Execute()
}