U
    e                     @   s   d Z G dd de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.
c                   @   s   e Zd ZdZdd ZdS )SchemeztA Scheme holds paths which are used as the base directories for
    artifacts associated with a Python package.
    c                 C   s"   || _ || _|| _|| _|| _d S )N)platlibpurelibheadersscriptsdata)selfr   r   r   r   r    r   ?/tmp/pip-unpacked-wheel-indi3crb/pip/_internal/models/scheme.py__init__   s
    zScheme.__init__N)__name__
__module____qualname____doc__r
   r   r   r   r	   r   	   s   r   N)r   objectr   r   r   r   r	   <module>   s   