mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
The module name does not actually make it into the name used in python imports, so this should allow py_proto_library to work for modules with hyphens in their name (i.e. `bazel build @com_google_protobuf-examples//:addressbook_py_pb2`). PiperOrigin-RevId: 733763224
5 lines
74 B
Protocol Buffer
5 lines
74 B
Protocol Buffer
edition = "2023";
|
|
|
|
package examples.with.hyphen;
|
|
|
|
message EmptyMessage {}
|