mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
5 lines
111 B
Python
5 lines
111 B
Python
"""For backwards compatibility."""
|
|
from langchain.utilities.python import PythonREPL
|
|
|
|
__all__ = ["PythonREPL"]
|