diff --git a/tts/test.py b/tts/test.py new file mode 100644 index 0000000..fcd9cde --- /dev/null +++ b/tts/test.py @@ -0,0 +1,4 @@ + +import app + +app.say("hello world, how are you today?")