ó
j·Ã^c           @   s    d  Z  d e f d „  ƒ  YZ d S(   sº   
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.
t   Schemec           B   s   e  Z d  Z d „  Z RS(   st   A Scheme holds paths which are used as the base directories for
    artifacts associated with a Python package.
    c         C   s1   | |  _  | |  _ | |  _ | |  _ | |  _ d  S(   N(   t   platlibt   purelibt   headerst   scriptst   data(   t   selfR   R   R   R   R   (    (    s,   site-packages/pip/_internal/models/scheme.pyt   __init__   s
    				(   t   __name__t
   __module__t   __doc__R   (    (    (    s,   site-packages/pip/_internal/models/scheme.pyR    	   s   N(   R
   t   objectR    (    (    (    s,   site-packages/pip/_internal/models/scheme.pyt   <module>   s   