a
    .Sic
                     @   sD   d Z ddlmZ ddlmZ dd Zdd Zedg d	d
d ZdS )zTools to help with the TensorFlow 2.0 transition.

This module is meant for TensorFlow internal implementation, not for users of
the TensorFlow library. For that see tf.compat instead.
    )_pywrap_tf2)	tf_exportc                   C   s   t d d S )NTr   enable r   r   Q/var/www/html/django/DPS/env/lib/python3.9/site-packages/tensorflow/python/tf2.pyr      s    r   c                   C   s   t d d S )NFr   r   r   r   r   disable   s    r   z__internal__.tf2.enabled)v1c                   C   s   t  S )N)r   
is_enabledr   r   r   r   enabled#   s    r   N)__doc__tensorflow.python.platformr    tensorflow.python.util.tf_exportr   r   r   r   r   r   r   r   <module>   s   
