formatting code

This commit is contained in:
lanvent
2023-04-17 01:00:08 +08:00
parent 3b8972ce1f
commit 8f72e8c3e6
92 changed files with 1850 additions and 1188 deletions

View File

@@ -2,6 +2,7 @@
Voice service abstract class
"""
class Voice(object):
def voiceToText(self, voice_file):
"""
@@ -13,4 +14,4 @@ class Voice(object):
"""
Send text to voice service and get voice
"""
raise NotImplementedError
raise NotImplementedError