tune/cmd/tune.go

13 lines
97 B
Go
Raw Normal View History

2024-05-16 08:58:32 +02:00
package cmd
2024-05-16 09:13:02 +02:00
import (
"fmt"
"github.com/ebitengine/oto/v3"
)
2024-05-16 08:58:32 +02:00
func tune() {
2024-05-16 09:13:02 +02:00
fmt.Println()
2024-05-16 08:58:32 +02:00
}