
    0jJ                     2    d Z ddlmZ  G d de          ZdS )z[
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
    )Protocolc                       e Zd ZdZdefdZdS )EventProtocolz3Protocol for event objects in the Teams app system.returnc                     dS )z#String representation of the event.N )selfs    h/home/rurouni/.hermes/hermes-agent/venv/lib/python3.11/site-packages/microsoft_teams/apps/events/base.py__repr__zEventProtocol.__repr__   s        N)__name__
__module____qualname____doc__strr   r   r   r
   r   r   	   s5        ==#      r   r   N)r   typingr   r   r   r   r
   <module>r      sW    
          H     r   