summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/chat/__init__.py
blob: f647e1992f20250fbae06d8d136708ef462f2dea (plain) (blame)
1
2
3
4
"""MeshBay Node — chat module (Sender Keys encrypted group messaging)."""
from .store import ChatStore

__all__ = ["ChatStore"]