package main
import (
"github.com/mitchell/selfpass/sp/commands"
)
func main() {
commands.Execute()
}