o
    UÌhƒ  ã                   @  s6   d dl mZ d dlmZmZ G dd„ deƒZdgZdS )é    )Úannotations)ÚABCÚabstractmethodc                   @  s2   e Zd ZdZddd„Zedd„ ƒZedd	„ ƒZd
S )ÚSeederzDA seeder will install some seed packages into a virtual environment.ÚreturnÚNonec                 C  s   || _ |j| _dS )z¸
        Create.

        :param options: the parsed options as defined within :meth:`add_parser_arguments`
        :param enabled: a flag weather the seeder is enabled or not
        N)ÚenabledÚenv)ÚselfÚoptionsr   © r   új/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/virtualenv/seed/seeder.pyÚ__init__	   s   zSeeder.__init__c                 C  ó   t ‚)zÝ
        Add CLI arguments for this seed mechanisms.

        :param parser: the CLI parser
        :param app_data: the CLI parser
        :param interpreter: the interpreter this virtual environment is based of
        ©ÚNotImplementedError)ÚclsÚparserÚinterpreterÚapp_datar   r   r   Úadd_parser_arguments   s   	zSeeder.add_parser_argumentsc                 C  r   )z»
        Perform the seed operation.

        :param creator: the creator (based of :class:`virtualenv.create.creator.Creator`) we used to create this         virtual environment
        r   )r
   Úcreatorr   r   r   Úrun   s   z
Seeder.runN)r   r   )	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úclassmethodr   r   r   r   r   r   r   r      s    



r   N)Ú
__future__r   Úabcr   r   r   Ú__all__r   r   r   r   Ú<module>   s
    $ÿ