mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-18 10:24:29 -04:00
5 lines
111 B
Python
5 lines
111 B
Python
"""For backwards compatibility."""
|
|
from langchain.utilities.python import PythonREPL
|
|
|
|
__all__ = ["PythonREPL"]
|