a
    Sic                     @   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   s   dd l } | dS )Nr   r	   	importlibimport_moduler    r   P/var/www/html/django/DPS/env/lib/python3.9/site-packages/tensorboard/__init__.pydataJ   s    r   tensorboard.errorsc                  C   s   dd l } | dS )Nr   r   r
   r   r   r   r   r   Q   s    r   tensorboard.notebookc                  C   s   dd l } | dS )Nr   r   r
   r   r   r   r   r   X   s    r   tensorboard.programc                  C   s   dd l } | dS )Nr   r   r
   r   r   r   r   r   _   s    r   tensorboard.summaryc                  C   s   dd l } | dS )Nr   r   r
   r   r   r   r   r   f   s    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)Zipythonr   r   r   load_ipython_extensionm   s    r   N)__doc__Ztensorboardr   _lazyr   _version__all__Z	lazy_loadr   r   r   r   r   r   VERSIONr   r   r   r   r   <module>   s   4




