o
    Vh                     @  s,   d dl mZ d dlmZ G dd deZdS )    )annotations)Commandc                   @  s   e Zd ZdZdZdddZdS )	AboutCommandaboutzShows information about Poetry.returnintc                 C  s4   ddl m} | d|d d|d d dS )Nr   )metadataz7<info>Poetry - Package Management for Python

Version: poetryz
Poetry-Core Version: zpoetry-corez</info>

<comment>Poetry is a dependency manager tracking local dependencies of your projects and libraries.
See <fg=blue>https://github.com/python-poetry/poetry</> for more information.</comment>)poetry.utils._compatr   lineversion)selfr    r   q/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/poetry/console/commands/about.pyhandle   s   zAboutCommand.handleN)r   r   )__name__
__module____qualname__namedescriptionr   r   r   r   r   r      s    r   N)
__future__r   poetry.console.commands.commandr   r   r   r   r   r   <module>   s    