Ë
    úmxió  ã                  óL   — d dl mZ d dlmZmZmZ d dlmZmZ dd„Z	d	d„Z
g d¢Zy)
é    )Úannotations)ÚRuntimeÚRuntimeConfigÚRuntimeState)ÚSessionClientÚSessionClientDisconnectedErrorc                 ó*   — t        j                  «       S )zfReturn the singleton Runtime instance. Raise an Error if the
    Runtime hasn't been created yet.
    )r   Úinstance© ó    úQ/home/htdocs/ttos/venv/lib/python3.12/site-packages/streamlit/runtime/__init__.pyÚget_instancer      s   € ô ×ÑÓÐr   c                 ó*   — t        j                  «       S )a  True if the singleton Runtime instance has been created.

    When a Streamlit app is running in "raw mode" - that is, when the
    app is run via `python app.py` instead of `streamlit run app.py` -
    the Runtime will not exist, and various Streamlit functions need
    to adapt.
    )r   Úexistsr   r   r   r   r      s   € ô �>‰>ÓÐr   )r   r   r   r   r   r   r   N)Úreturnr   )r   Úbool)Ú
__future__r   Ústreamlit.runtime.runtimer   r   r   Ú!streamlit.runtime.session_managerr   r   r   r   Ú__all__r   r   r   ú<module>r      s&   ðõ #ç JÑ J÷óóò�r   