- """Compatibility module for the packaged :mod:`agent.im_client.protocol`."""
- from _framework_import import load
- _module = load("agent.im_client.protocol")
- IMMessage = _module.IMMessage
- IMResponse = _module.IMResponse
- __all__ = ["IMMessage", "IMResponse"]
|