
    g                     F    d dl mZ d dlmZ d dlmZ  ed      dd       Zy)    )annotations)Any)gather_metricsmagicc                 R    ddl } |j                  |   t        |       dk(  r| d   S | S )zThe function that gets magic-ified into Streamlit apps.
    This is just st.write, but returns the arguments you passed to it.
    r   N   )	streamlitwritelen)argssts     _/var/www/openai/venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/magic_funcs.pytransparent_writer      s-    
 BHHdO
4yA~AwK    N)r   r   returnr   )
__future__r   typingr   streamlit.runtime.metrics_utilr   r    r   r   <module>r      s)    #  9 	 	r   