o
    g                     @   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.2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   H/var/www/visachat/venv/lib/python3.10/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    
