add placeholders for say and tts

This commit is contained in:
2023-04-17 20:36:34 -07:00
parent 0bf2c4e764
commit 9540f8237d
2 changed files with 8 additions and 0 deletions

4
cmd/say/main.go Normal file
View File

@@ -0,0 +1,4 @@
package main
func main() {
}

4
cmd/tts/main.go Normal file
View File

@@ -0,0 +1,4 @@
package main
func main() {
}