forked from platypush/platypush
[#398] Removed unused stt
response module.
This commit is contained in:
parent
3277c56b43
commit
929ac09cae
3 changed files with 0 additions and 17 deletions
|
@ -1,5 +0,0 @@
|
|||
``stt``
|
||||
==================================
|
||||
|
||||
.. automodule:: platypush.message.response.stt
|
||||
:members:
|
|
@ -11,6 +11,5 @@ Responses
|
|||
platypush/responses/printer.cups.rst
|
||||
platypush/responses/qrcode.rst
|
||||
platypush/responses/ssh.rst
|
||||
platypush/responses/stt.rst
|
||||
platypush/responses/tensorflow.rst
|
||||
platypush/responses/translate.rst
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
from platypush.message.response import Response
|
||||
|
||||
|
||||
class SpeechDetectedResponse(Response):
|
||||
def __init__(self, *args, speech: str, **kwargs):
|
||||
super().__init__(*args, output={
|
||||
'speech': speech
|
||||
}, **kwargs)
|
||||
|
||||
|
||||
# vim:sw=4:ts=4:et:
|
Loading…
Reference in a new issue