Add google.protobuf.internal.api_implementation (#6802)

This commit is contained in:
Nipunn Koorapati
2022-01-03 13:00:19 -08:00
committed by GitHub
parent fdc5a568ab
commit b22f29bec1

View File

@@ -0,0 +1,3 @@
def Type() -> str: ...
def Version() -> int: ...
def IsPythonDefaultSerializationDeterministic() -> bool: ...