a
    o=ic®  ã                   @   sJ   d Z ddlZddlmZ dZdZe d¡ eƒ ¡ dadd	„ Zd
d„ Z	dS )zÛ
    oauthlib
    ~~~~~~~~

    A generic, spec-compliant, thorough implementation of the OAuth
    request-signing logic.

    :copyright: (c) 2019 by The OAuthlib Community
    :license: BSD, see LICENSE for details.
é    N)ÚNullHandlerzThe OAuthlib Communityz3.2.2ZoauthlibFc                 C   s   | a dS )zUSet value of debug flag
	
    :param debug_val: Value to set. Must be a bool value.
	N©Ú_DEBUG)Z	debug_val© r   úb/home/droni/.local/share/virtualenvs/DPS-5Je3_V2c/lib/python3.9/site-packages/oauthlib/__init__.pyÚ	set_debug   s    r   c                   C   s   t S )zRGet debug mode value. 
	
	:return: `True` if debug mode is on, `False` otherwise
	r   r   r   r   r   Ú	get_debug   s    r   )
Ú__doc__Úloggingr   Ú
__author__Ú__version__Ú	getLoggerÚ
addHandlerr   r   r   r   r   r   r   Ú<module>   s   
