o
    ³­RhÔ  ã                   @   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.0ÚoauthlibFc                 C   s   | a dS )zWSet value of debug flag

    :param debug_val: Value to set. Must be a bool value.
    N©Ú_DEBUG)Ú	debug_val© r   úS/home/air/sanwanet/backup_V2/venv/lib/python3.10/site-packages/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    
