U
    &%eâ  ã                   @   s$   d Z dddddgZG dd„ dƒZdS )	zº
For types associated with installation schemes.

For a general overview of available schemes and their context, see
https://docs.python.org/3/install/index.html#alternate-installation.
ÚplatlibÚpurelibÚheadersÚscriptsÚdatac                   @   s,   e Zd ZdZeZeeeeeddœdd„ZdS )ÚSchemeztA Scheme holds paths which are used as the base directories for
    artifacts associated with a Python package.
    N)r   r   r   r   r   Úreturnc                 C   s"   || _ || _|| _|| _|| _d S )N)r   r   r   r   r   )Úselfr   r   r   r   r   © r	   úZ/var/www/html/Darija-Ai-API/env/lib/python3.8/site-packages/pip/_internal/models/scheme.pyÚ__init__   s
    zScheme.__init__)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚSCHEME_KEYSÚ	__slots__Ústrr   r	   r	   r	   r
   r      s   ùr   N)r   r   r   r	   r	   r	   r
   Ú<module>   s   