/*
Copyright © 2023 itmodulo itmodulo@disroot.org
*/
package main
import (
"git.itmodulo.eu/go/hstl/cmd"
)
func main() {
cmd.Execute()
}