mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 11:07:36 +00:00
5 lines
119 B
Python
5 lines
119 B
Python
"""For backwards compatiblity."""
|
|
from langchain.utilities.serpapi import SerpAPIWrapper
|
|
|
|
__all__ = ["SerpAPIWrapper"]
|