
    `gj                     0    d Z ddlmZmZmZ g dZd Zd Zy)z
Platform adapters for messaging integrations.

Each adapter handles:
- Receiving messages from a platform
- Sending messages/responses back
- Platform-specific authentication
- Message formatting and media handling
   )BasePlatformAdapterMessageEvent
SendResult)r   r   r   	QQAdapterYuanbaoAdapterc                 `    | dk(  rddl m} |S | dk(  rddlm} |S t	        dt
        d|       )Nr   r   )r   r   )r   zmodule z has no attribute )qqbotr   yuanbaor   AttributeError__name__)namer   r   s      M/root/.hermes/venv/lib/python3.12/site-packages/gateway/platforms/__init__.py__getattr__r   "   s>    {$+
78,.@I
JJ    c                       t        t              S )N)sorted__all__ r   r   __dir__r   ,   s    '?r   N)__doc__baser   r   r   r   r   r   r   r   r   <module>r      s%    @ ?Kr   