U
    v¹ciÔ  ã                   @   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) The OAuthlib Community
    :license: BSD-3-Clause, see LICENSE for details.
é    N)ÚNullHandlerzThe OAuthlib Communityz3.3.1ZoauthlibFc                 C   s   | a dS )zWSet value of debug flag

    :param debug_val: Value to set. Must be a bool value.
    N©Ú_DEBUG)Z	debug_val© r   ú5/tmp/pip-unpacked-wheel-bhz3g0dq/oauthlib/__init__.pyÚ	set_debug   s    r   c                   C   s   t S )zVGet 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   
