mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
4159a4723c
Added missed module descriptions. Fixed format.
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"]
|