This release fixes import issues which could be experienced when using pip install.
It also moves the proto files alongside the main program, as regenerating the grpc proto files using grpcio-tools does not otherwise generate proper python3-compatible import statements (see: https://github.com/protocolbuffers/protobuf/issues/1491issuecomment-289304959 )
A basic test is implemented, with full integration testing to be added in the next release.