o
    e                     @   s   d Z ddlmZ ddlmZ g dZeddd Zedd	d
 Z	eddd Z
eddd Zeddd Zdd ZejZdS )zETensorBoard is a webapp for understanding TensorFlow runs and graphs.    )lazy)version)__version__errorsnotebookprogramsummarytensorboard.datac                  C      dd l } | dS )Nr   r	   	importlibimport_moduler    r   DD:\Projects\ConvertPro\env\Lib\site-packages\tensorboard/__init__.pydataJ      
r   tensorboard.errorsc                  C   r
   )Nr   r   r   r   r   r   r   r   Q   r   r   tensorboard.notebookc                  C   r
   )Nr   r   r   r   r   r   r   r   X   r   r   tensorboard.programc                  C   r
   )Nr   r   r   r   r   r   r   r   _   r   r   tensorboard.summaryc                  C   r
   )Nr   r   r   r   r   r   r   r   f   r   r   c                 C   s   t |  dS )zIPython API entry point.

    Only intended to be called by the IPython runtime.

    See:
      https://ipython.readthedocs.io/en/stable/config/extensions/index.html
    N)r   Z_load_ipython_extension)ipythonr   r   r   load_ipython_extensionm   s   r   N)__doc__Ztensorboardr   Z_lazyr   _version__all__Z	lazy_loadr   r   r   r   r   r   VERSIONr   r   r   r   r   <module>   s    4





