xml-pipeline/agentserver/message_bus.py

13 lines
269 B
Python

class MessageBus:
"""Stub for static analysis — the real class is in agentserver.message_bus"""
pass
class Session:
"""Stub for static analysis — the real class is in agentserver.message_bus"""
pass
__all__ = [
"MessageBus",
"Session",
]