
    &g                         d Z ddlZddlmZ dZdZ ej        d                               e                       dad Z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                 
    | a dS )zUSet value of debug flag
	
    :param debug_val: Value to set. Must be a bool value.
	N_DEBUG)	debug_vals    C/var/www/api/venv/lib/python3.11/site-packages/oauthlib/__init__.py	set_debugr
      s         c                      t           S )zRGet debug mode value. 
	
	:return: `True` if debug mode is on, `False` otherwise
	r    r   r	   	get_debugr      s	    
 	r   )
__doc__loggingr   
__author____version__	getLogger
addHandlerr   r
   r   r   r   r	   <module>r      s   	 	       %
  *   ( ( 7 7 7	      r   