
    g                      &    d dl mZ  G d de      Zy)   )
BaseFigurec                       e Zd ZdZd Zy)FigureWidgeta1  
    FigureWidget stand-in for use when ipywidgets is not installed. The only purpose
    of this class is to provide something to import as
    `plotly.graph_objs.FigureWidget` when ipywidgets is not installed. This class
    simply raises an informative error message when the constructor is called
    c                     t        d      )Nz>Please install ipywidgets>=7.0.0 to use the FigureWidget class)ImportError)selfargskwargss      V/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/missing_ipywidgets.py__init__zFigureWidget.__init__   s    L
 	
    N)__name__
__module____qualname____doc__r    r   r   r   r      s    
r   r   N)basedatatypesr   r   r   r   r   <module>r      s    %
: 
r   