We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977c02d commit 309a682Copy full SHA for 309a682
1 file changed
python/natsrpy/_inner/__init__.pyi
@@ -36,3 +36,5 @@ class Nats:
36
async def close(self) -> None: ...
37
async def subscribe(self, topic: str) -> Subscription: ...
38
async def jetstream(self) -> JetStream: ...
39
+
40
+__all__ = ["Subscription", "Nats", "Message"]
0 commit comments