tune/main.go

12 lines
94 B
Go

/*
Copyright © 2024 raul
*/
package main
import "tune/cmd"
func main() {
cmd.Execute()
}