pizda-bot/Makefile
emmatveev 5b9c1a18b7
All checks were successful
Deploy Dev / Build (pull_request) Successful in 33s
Deploy Dev / Push (pull_request) Successful in 12s
Deploy Dev / Deploy dev (pull_request) Successful in 23s
grpc
2024-12-08 21:12:32 +03:00

7 lines
162 B
Makefile

gen:
pip install grpcio grpcio-tools
curl https://platform.sprinthub.ru/generator >> generator.py
python generator.py
rm generator.py
run:
python ./server.py