delete python
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-28 12:19:43 -08:00
parent 83ebab1cc6
commit d3f2d336a0
2 changed files with 2 additions and 48 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/bash
mkdir -p strafesnet
cp *.proto strafesnet/
python3 -m grpc_tools.protoc -I./strafesnet --python_out=./python-grpc/strafesnet --grpc_python_out=./python-grpc/strafesnet *.proto
sed -i 's/^\(import.*pb2\)/from . \1/g' ./python-grpc/strafesnet/*.py