o
    ?e
                     @   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      t d d S )NTr   enable r   r   V/home/www/facesmatcher.com/pyenv/lib/python3.10/site-packages/tensorflow/python/tf2.pyr         r   c                   C   r   )NFr   r   r   r   r   disable   r	   r
   z__internal__.tf2.enabled)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   
