Open
Description
I have some infrastructure developed around the previously gen'd grpc code, however I would really like to adopt betterproto for all its extra pythonic features.
The only hurdle i'm facing is that the async implementation is turned on by default. Is there a way to turn this off and not have the async gen code?