
    }Wh                         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) The OAuthlib Community
    :license: BSD-3-Clause, see LICENSE for details.
    N)NullHandlerzThe OAuthlib Communityz3.3.1oauthlibFc                 
    | a dS )zWSet value of debug flag

    :param debug_val: Value to set. Must be a bool value.
    N_DEBUG)	debug_vals    W/var/www/html/movieo_spanner_bot/venv/lib/python3.11/site-packages/oauthlib/__init__.py	set_debugr
      s     FFF    c                      t           S )zVGet debug mode value.

    :return: `True` if debug mode is on, `False` otherwise
    r    r   r	   	get_debugr      s	    
 Mr   )
__doc__loggingr   
__author____version__	getLogger
addHandlerr   r
   r   r   r   r	   <module>r      s   	 	       %
  *   ( ( 7 7 7	      r   