mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-24 08:27:50 +00:00
5 lines
148 B
Python
5 lines
148 B
Python
"""Utility that simulates a standalone **Python REPL**."""
|
|
from langchain_experimental.utilities.python import PythonREPL
|
|
|
|
__all__ = ["PythonREPL"]
|