B
    λd
                 @   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   G/var/www/html/venv/lib/python3.7/site-packages/tensorflow/python/tf2.pyr      s    r   c               C   s   t d d S )NF)r   r   r   r   r   r   disable   s    r   z__internal__.tf2.enabled)Zv1c               C   s   t  S )N)r   
is_enabledr   r   r   r   enabled#   s    r	   N)__doc__Ztensorflow.python.platformr   Z tensorflow.python.util.tf_exportr   r   r   r	   r   r   r   r   <module>   s
   