
    rh"                    b    d Z ddlmZ ddlmZ ddlmZ ddlmZ	  G d dej                        Zy)	zIPythonEnvImpl.    )annotations)Any)ipython_env)displayc                       e Zd ZdZddZddZy)IPythonEnvImplz&Concrete implementation of IPythonEnv.c                .    t        j                  |       y N)ipython_displayr   selfxs     /var/www/html/ai-insurance-compliance-backend/venv/lib/python3.12/site-packages/google/generativeai/notebook/ipython_env_impl.pyr   zIPythonEnvImpl.display   s    "    c                T    t        j                  t        j                  |             y r
   )r   r   HTMLr   s     r   display_htmlzIPythonEnvImpl.display_html   s     4 4Q 78r   N)r   r   returnNone)r   strr   r   )__name__
__module____qualname____doc__r   r    r   r   r   r      s    0#9r   r   N)r   
__future__r   typingr   google.generativeai.notebookr   IPython.corer   r   
IPythonEnvr   r   r   r   <module>r!      s(     "  4 39[++ 9r   