o
    ,Âifƒ  ã                   @   s8   d dl mZ d dlmZ d dlmZ G dd„ deƒZdS )é    )ÚOptional)ÚEntity)ÚResourcePathc                   @   s0   e Zd ZdZdd„ Zedd„ ƒZedd„ ƒZdS )	ÚTeamInfoz)Represents a team with basic information.c                 C   s   | j S )N)Údisplay_name©Úself© r	   úM/var/www/html/corbot_env/lib/python3.10/site-packages/office365/teams/info.pyÚ__str__
   s   zTeamInfo.__str__c                 C   s   | j  dd¡S )zThe name of the team.ÚdisplayNameN)Ú
propertiesÚgetr   r	   r	   r
   r      s   zTeamInfo.display_namec                 C   s*   ddl m} | j d|| jtd| jƒƒ¡S )Nr   )ÚTeamÚteam)Úoffice365.teams.teamr   r   r   Úcontextr   Úresource_path)r   r   r	   r	   r
   r      s   ÿzTeamInfo.teamN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   r   r	   r	   r	   r
   r      s    
r   N)Útypingr   Úoffice365.entityr   Ú%office365.runtime.paths.resource_pathr   r   r	   r	   r	   r
   Ú<module>   s    