|
|
|
@ -11,9 +11,13 @@
|
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
|
|
import _locale
|
|
|
|
|
from .asr import ASRExecutor
|
|
|
|
|
from .base_commands import BaseCommand
|
|
|
|
|
from .base_commands import HelpCommand
|
|
|
|
|
from .cls import CLSExecutor
|
|
|
|
|
from .st import STExecutor
|
|
|
|
|
from .tts import TTSExecutor
|
|
|
|
|
|
|
|
|
|
_locale._getdefaultlocale = (lambda *args: ['en_US', 'utf8'])
|
|
|
|
|