o
    8j.                     @   s6   d Z ddlmZ g dZed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)frozenslotsc                   @   s:   e Zd ZU d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__str__annotations__ r   r   v/opt/pipey-apps/247c6e86-d9cc-49a2-98d3-9f311455f2db/.venv/lib/python3.10/site-packages/pip/_internal/models/scheme.pyr
      s   
 r
   N)r   dataclassesr   SCHEME_KEYSr
   r   r   r   r   <module>   s
    
