We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd165d commit e2886e3Copy full SHA for e2886e3
python/natsrpy/__init__.py
@@ -1,8 +1,4 @@
1
+from . import js
2
from ._natsrpy_rs import CallbackSubscription, IteratorSubscription, Message, Nats
3
-__all__ = [
4
- "CallbackSubscription",
5
- "IteratorSubscription",
6
- "Message",
7
- "Nats",
8
-]
+__all__ = ["CallbackSubscription", "IteratorSubscription", "Message", "Nats", "js"]
0 commit comments