webui / langchain /python.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
111 Bytes
"""For backwards compatibility."""
from langchain.utilities.python import PythonREPL
__all__ = ["PythonREPL"]