129cd69
1
2
3
4
5
"""Keep here for backwards compatibility.""" from langchain.utilities.sql_database import SQLDatabase __all__ = ["SQLDatabase"]