converter/main.go

12 lines
143 B
Go
Raw Normal View History

2023-02-28 06:12:00 +00:00
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package main
import "gitea.asdf.cafe/abs3nt/converter/cmd"
func main() {
cmd.Execute()
}