forked from Archives/langchain
5 lines
111 B
Python
5 lines
111 B
Python
"""For backwards compatibility."""
|
|
from langchain.utilities.python import PythonREPL
|
|
|
|
__all__ = ["PythonREPL"]
|