Is there any way to not load gRPC async io code when we do `import grpc` in python?
Some of our code is auto-generated from protobuf, which has `import grpc` statement. Wondering if there is a clean way to not load async io code as part of the import statement since our system is memory constrained. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/00dfa579-df3e-4846-b944-8053c1e272c1n%40googlegroups.com.
