o
    'h                     @   s   d dl mZmZ ddlmZmZmZmZmZm	Z	 deddfddZ
					dd	ee d
ee dee dee dee f
ddZg dZdS )    )AnyOptional   )dotenv_valuesfind_dotenvget_keyload_dotenvset_key	unset_keyipythonreturnNc                 C   s   ddl m} ||  d S )Nr   )load_ipython_extensionr   r   r    r   K/var/www/html/olx_land/venv/lib/python3.10/site-packages/dotenv/__init__.pyr      s   r   pathactionkeyvaluequotec                 C   s   dg}|r| d|  | r| d|   |r:| | |r:| | |r:d|v r5| d| d n| | d| S )zReturns a string suitable for running as a shell script.

    Useful for converting a arguments passed to a fabric task
    to be passed to a `local` or `run` command.
    dotenvz-q z-f  ")appendjoinstrip)r   r   r   r   r   commandr   r   r   get_cli_string   s   


r   )r   r   r   r   r	   r
   r   r   )NNNNN)typingr   r   mainr   r   r   r   r	   r
   r   strr   __all__r   r   r   r   <module>   s(     
