o
    2h	                     @   s8   d Z ddlZddlZddlZddlmZ dZdd ZdS )z$Helpers for TensorBoard main module.    N)tfa4  ======================================================================
ERROR: The `tensorboard dev` command is no longer available.

TensorBoard.dev has been shut down. For further information,
see the FAQ at <https://tensorboard.dev/>.
======================================================================
c                   C   s   dt jd< ttdddkrtdtjd tj	tjj
 tjdd r<tjd d	kr>tjt tj  td dS dS dS )
zModifies the global environment for running TensorBoard as main.

    This functions changes global state in the Python process, so it should
    not be called from library routines.
    1GCS_READ_CACHE_DISABLED__version__stubzETensorFlow installation not found - running with reduced feature set.)file   Ndev)osenvirongetattrr   printsysstderrabslloggingset_verbosityWARNINGargvwrite_TBDEV_SHUTDOWN_MESSAGEflushexit r   r   O/var/www/html/chatgem/venv/lib/python3.10/site-packages/tensorboard/main_lib.pyglobal_init#   s   

r   )	__doc__r
   r   absl.loggingr   tensorboard.compatr   r   r   r   r   r   r   <module>   s   
