
0c@_
  ã               @   s5   d  Z  d d d d d g Z Gd 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.
ÚplatlibÚpurelibÚheadersÚscriptsÚdatac               @   s(   e  Z d  Z d Z e 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   s1   | |  _  | |  _ | |  _ | |  _ | |  _ d  S)N)r   r   r   r   r   )Úselfr   r   r   r   r   © r   ú:/tmp/pip-build-jynh7p1z/pip/pip/_internal/models/scheme.pyÚ__init__   s
    				zScheme.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚSCHEME_KEYSÚ	__slots__r
   r   r   r   r	   r      s   r   N)r   r   Úobjectr   r   r   r   r	   Ú<module>   s   