$ git clone https://github.com/Jaslayer/FTC_Part1.git
$ make
Regenerates the followings:
helloworld_pb2.py
which contains our generated request and response classes
helloworld_pb2_grpc.py
which contains our generated client and server classes.
$ python3 server.py
or
$ make server
$ python3 client.py
or
$ make client