pull/2160/head
David Wagner 2019-06-13 09:13:41 -05:00
parent e9f68fea55
commit d962240405
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class STT:
def execute(self, audio, language=None):
pass
class TokenSTT(STT):
__metaclass__ = ABCMeta