o
    VÌhÄ  ã                   @  s`   d dl mZ d dlmZ d dlmZ d dlmZ er&d dlm	Z	 d dl
mZ G dd„ deƒZd	S )
é    )Úannotations)Úabstractmethod)ÚTYPE_CHECKING)Ú
BasePlugin)ÚIO)ÚPoetryc                   @  s"   e Zd ZdZdZedd	d
„ƒZdS )ÚPluginz@
    Generic plugin not related to the console application.
    zpoetry.pluginÚpoetryr   Úior   ÚreturnÚNonec                 C  s   d S )N© )Úselfr	   r
   r   r   úi/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/poetry/plugins/plugin.pyÚactivate   s   zPlugin.activateN)r	   r   r
   r   r   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úgroupr   r   r   r   r   r   r      s
    r   N)Ú
__future__r   Úabcr   Útypingr   Úpoetry.plugins.base_pluginr   Ú
cleo.io.ior   Úpoetry.poetryr   r   r   r   r   r   Ú<module>   s    