diff options
Diffstat (limited to 'packages/meshbay-node/src/meshbay_node/chat/__init__.py')
| -rw-r--r-- | packages/meshbay-node/src/meshbay_node/chat/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/meshbay-node/src/meshbay_node/chat/__init__.py b/packages/meshbay-node/src/meshbay_node/chat/__init__.py new file mode 100644 index 0000000..f647e19 --- /dev/null +++ b/packages/meshbay-node/src/meshbay_node/chat/__init__.py @@ -0,0 +1,4 @@ +"""MeshBay Node — chat module (Sender Keys encrypted group messaging).""" +from .store import ChatStore + +__all__ = ["ChatStore"] |