aboutsummaryrefslogtreecommitdiff
path: root/autogpt/speech/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpt/speech/__init__.py')
-rw-r--r--autogpt/speech/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/autogpt/speech/__init__.py b/autogpt/speech/__init__.py
deleted file mode 100644
index 2ff0d2bf4..000000000
--- a/autogpt/speech/__init__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-"""This module contains the speech recognition and speech synthesis functions."""
-from autogpt.speech.say import say_text
-
-__all__ = ["say_text"]