a
    ǏPf                     @   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                   @   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 )Nr   )selfr   r   r   r   r    r
   \/var/www/html/python-backend/venv/lib/python3.9/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   