U
    ÖZßfy  ã                   @   s   d dl mZ dZdd„ ZdS )é    )ÚdedentNc                   C   s   t d krttdƒƒ‚t S )NaÁ  
                App object is not yet defined.  `app = dash.Dash()` needs to be run
                before `dash.get_app()` is called and can only be used within apps that use
                the `pages` multi-page app feature: `dash.Dash(use_pages=True)`.

                `dash.get_app()` is used to get around circular import issues when Python files
                within the pages/` folder need to reference the `app` object.
                )ÚAPPÚ	Exceptionr   © r   r   ú1/tmp/pip-unpacked-wheel-47crqvv_/dash/_get_app.pyÚget_app   s    ÿÿr   )Útextwrapr   r   r   r   r   r   r   Ú<module>   s   