aurum: re-arrange files and add guide & scripts for TV
[platform/core/uifw/aurum.git] / protocol / resources / python / gen.sh
1 #!/bin/bash
2
3 python3 -m grpc_tools.protoc --python_out=./ --grpc_python_out=./ -I ./../../ ../../aurum.proto
4