14 """The Python implementation of the GRPC helloworld.Greeter client."""
16 from __future__
import print_function
21 import header_manipulator_client_interceptor
23 import helloworld_pb2_grpc
28 'one-time-password',
'42')
34 header_adder_interceptor)
37 print(
"Greeter client received: " + response.message)
40 if __name__ ==
'__main__':