langchain/libs/experimental/langchain_experimental/utilities/__init__.py
Leonid Ganeline 4159a4723c
experimental[patch]: update module doc strings (#19539)
Added missed module descriptions. Fixed format.
2024-03-26 10:38:10 -04:00

5 lines
148 B
Python

"""Utility that simulates a standalone **Python REPL**."""
from langchain_experimental.utilities.python import PythonREPL
__all__ = ["PythonREPL"]