o
    ‘¸õa®  ã                   @   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.0ÚoauthlibFc                 C   s   | a dS )zUSet value of debug flag
	
    :param debug_val: Value to set. Must be a bool value.
	N©Ú_DEBUG)Ú	debug_val© r   ú3/usr/lib/python3/dist-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    
