tune/main.go

12 lines
94 B
Go
Raw Permalink Normal View History

2024-05-16 08:58:32 +02:00
/*
Copyright © 2024 raul
2024-05-16 09:13:02 +02:00
*/
2024-05-16 08:58:32 +02:00
package main
import "tune/cmd"
func main() {
cmd.Execute()
}