o
    dy                     @   s   d dl mZ dZdd ZdS )    )dedentNc                   C   s   t d u 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   R/var/www/html/visualizacion-main/env/lib/python3.10/site-packages/dash/_get_app.pyget_app   s   r   )textwrapr   r   r   r   r   r   r   <module>   s    