Instead of ```python import a.b.c_pb2 some use() -> a.b.c_pb2.Something ``` do ```python import a.b.c_pb2 as a_dot_b_dot_c_pb2 some use() -> a_dot_b_dot_c_pb2.Something ``` as it's done in protoc generator