Skip to content

Commit e2886e3

Browse files
committed
Added module in __all__.
1 parent 5dd165d commit e2886e3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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)