From e670d5e7f6b3ab40ccda8aa88a114fb889fb7d65 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 29 Apr 2023 10:45:38 -0700 Subject: [PATCH] separate test file --- tts/test.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tts/test.py 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?")