Skip to content

Commit

Permalink
Add protobuff message type (incomplete).
Browse files Browse the repository at this point in the history
  • Loading branch information
hoel-bagard committed Jan 27, 2024
1 parent 56e6bcf commit 0f7548c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stubs/protobuf/google/protobuf/pyext/cpp_message.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from _typeshed import Incomplete

class GeneratedProtocolMessageType(Incomplete): ...


def __getattr__(name: str) -> Incomplete: ...

0 comments on commit 0f7548c

Please sign in to comment.