B
    &[¨_   ã               @   s    d dl mZ G dd„ deƒZdS )é   )Ú
BaseFigurec               @   s   e Zd ZdZdd„ ZdS )Ú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             O   s   t dƒ‚d S )Nz>Please install ipywidgets>=7.0.0 to use the FigureWidget class)ÚImportError)ÚselfÚargsÚkwargs© r   ú=/tmp/pip-install-l29rncou/plotly/plotly/missing_ipywidgets.pyÚ__init__   s    zFigureWidget.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r
   r   r   r   r	   r      s   r   N)Zbasedatatypesr   r   r   r   r   r	   Ú<module>   s   