blob: 9a38eabffc40ad9efe91510b846280c83b97bdcc [file] [log] [blame]
#!/bin/bash
## Compiles proto files to .py files
## Note that proto version 3.0.0 is needed for successful compilation.
protoc -I=internal/proto --python_out=internal/proto internal/proto/internal_config.proto
protoc -I=internal/proto --python_out=internal/proto internal/proto/user_config.proto