U
    h                     @   s2   d dl Z d dlmZ e eZeedddZdS )    N)Any)namereturnc                 C   s(   | dkrt dtdt d|  d S )NZ
PythonREPLa)  PythonREPL has been deprecated from langchain_community due to being flagged by security scanners. See: https://github.com/langchain-ai/langchain/issues/14345 If you need to use it, please use the version from langchain_experimental. from langchain_experimental.utilities.python import PythonREPL.zmodule z has no attribute )AssertionErrorAttributeError__name__)r    r   H/tmp/pip-unpacked-wheel-9gdii04g/langchain_community/utilities/python.py__getattr__   s
    r
   )loggingtypingr   	getLoggerr   loggerstrr
   r   r   r   r	   <module>   s   
