a
    Xh
                     @   s    d Z g 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.
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   s"   || _ || _|| _|| _|| _d S )Nr   )selfr   r   r   r   r    r	   `/var/www/viveiro_mudafortebrasil/venv/lib/python3.9/site-packages/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   