U
    cUh?                     @   s:   d Z ddlmZ dddddgZedd	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.
    )	dataclassplatlibpurelibheadersscriptsdataT)frozenc                   @   s>   e Zd ZU dZeZeed< eed< eed< eed< eed< dS )SchemeztA Scheme holds paths which are used as the base directories for
    artifacts associated with a Python package.
    r   r   r   r   r   N)__name__
__module____qualname____doc__SCHEME_KEYS	__slots__str__annotations__ r   r   [/opt/bot/vods_filmes/script/venv/lib/python3.8/site-packages/pip/_internal/models/scheme.pyr	      s   
r	   N)r   dataclassesr   r   r	   r   r   r   r   <module>   s   