o
    èhâ  ã                   @   s   d Z g d¢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                   @   s6   e Zd ZdZeZdedededededdfd	d
„ZdS )ÚSchemeztA Scheme holds paths which are used as the base directories for
    artifacts associated with a Python package.
    r   r   r   r   r   ÚreturnNc                 C   s"   || _ || _|| _|| _|| _d S )Nr   )Úselfr   r   r   r   r   © r
   úW/var/www/html/olx_land/venv/lib/python3.10/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    