
    -Ph                      .    d dl mZ  G d de          ZdS )   )
BaseFigurec                       e Zd ZdZd ZdS )FigureWidgeta/  
    FigureWidget stand-in for use when anywidget is not installed. The only purpose
    of this class is to provide something to import as
    `plotly.graph_objs.FigureWidget` when anywidget is not installed. This class
    simply raises an informative error message when the constructor is called
    c                      t          d          )Nz6Please install anywidget to use the FigureWidget class)ImportError)selfargskwargss      X/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/plotly/missing_anywidget.py__init__zFigureWidget.__init__   s    RSSS    N)__name__
__module____qualname____doc__r    r   r   r   r      s2         T T T T Tr   r   N)basedatatypesr   r   r   r   r   <module>r      sU    % % % % % %	T 	T 	T 	T 	T: 	T 	T 	T 	T 	Tr   