/
mikopbx
/
ModuleSpeechRecognize
Обзор
Документация
Войти
/
mikopbx
/
ModuleSpeechRecognize
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
Lib/python/generate_protobuf.sh
11 строк
369 B
boffart
init
02 окт 2025, 12:39
02 окт 2025, 12:39
107ee1d
Код
Авторство
О чём код?
#! /usr/bin/env bash python3 -m pip install -U grpcio_tools python3 -m grpc_tools.protoc \ -I../apis/ -I../third_party/googleapis \ --python_out=. --grpc_python_out=. \ ../apis/tinkoff/cloud/stt/v1/stt.proto ../apis/tinkoff/cloud/tts/v1/tts.proto ../apis/tinkoff/cloud/longrunning/v1/longrunning.proto find tinkoff -type d -exec touch {}/__init__.py \;