Files
transcribe/main.go
2026-01-17 19:18:58 -06:00

10 lines
75 B
Go

package main
import (
"transcribe/cmd"
)
func main() {
cmd.Execute()
}