Files
beaver_project/app-instance/backend/beaver/foundation/events/__init__.py

6 lines
213 B
Python

"""Event contracts and dispatch helpers."""
from .message_bus import ChannelIdentity, InboundMessage, MessageBus, OutboundMessage
__all__ = ["ChannelIdentity", "InboundMessage", "MessageBus", "OutboundMessage"]