We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grpcio
grpc.aio
1 parent bf236b7 commit 57cb510Copy full SHA for 57cb510
stubs/grpcio/grpc/__init__.pyi
@@ -7,6 +7,8 @@ from types import ModuleType, TracebackType
7
from typing import Any, Generic, NoReturn, Protocol, TypeVar, type_check_only
8
from typing_extensions import Self, TypeAlias
9
10
+from . import aio as aio
11
+
12
__version__: str
13
14
# This class encodes an uninhabited type, requiring use of explicit casts or ignores
0 commit comments