Skip to content

Commit 8c21e82

Browse files
committed
Added module in __all__.
1 parent 88bfc82 commit 8c21e82

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

python/natsrpy/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1+
from . import js
12
from ._natsrpy_rs import CallbackSubscription, IteratorSubscription, Message, Nats
23

3-
__all__ = [
4-
"CallbackSubscription",
5-
"IteratorSubscription",
6-
"Message",
7-
"Nats",
8-
]
4+
__all__ = ["CallbackSubscription", "IteratorSubscription", "Message", "Nats", "js"]

0 commit comments

Comments
 (0)