
    ?g                         d Z ddlZddlmZ dZdZ ej
                  d      j                   e              dad Zd	 Z	y)
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 y)zUSet value of debug flag
	
    :param debug_val: Value to set. Must be a bool value.
	N_DEBUG)	debug_vals    F/var/www/openai/venv/lib/python3.12/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      sH   	  %
   *  ( ( 7	r   