feat: adds python library for google.type.expr proto.
PiperOrigin-RevId: 321637314
This commit is contained in:
parent
bad4b83190
commit
6fe7880251
|
|
@ -247,3 +247,7 @@ py_proto_library(
|
|||
deps = [":money_proto"],
|
||||
)
|
||||
|
||||
py_proto_library(
|
||||
name = "expr_py_proto",
|
||||
deps = [":expr_proto"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue