a
    ǏPf?                     @   sB   d Z ddlZdejvr$ddlmZ ndd Zedkr>ee  dS )uF  
requests.certs
~~~~~~~~~~~~~~

This module returns the preferred default CA certificate bundle. There is
only one — the one from the certifi package.

If you are packaging Requests, e.g., for a Linux distribution or a managed
environment, you can change the definition of where() to return a separately
packaged CA bundle.
    N_PIP_STANDALONE_CERT)wherec                   C   s
   t jd S )Nr   )osenviron r   r   [/var/www/html/python-backend/venv/lib/python3.9/site-packages/pip/_vendor/requests/certs.pyr      s    r   __main__)__doc__r   r   pip._vendor.certifir   __name__printr   r   r   r   <module>   s   
