forked from Archives/langchain
44c8d8a9ac
Co-authored-by: Tim Asp <707699+timothyasp@users.noreply.github.com>
5 lines
119 B
Python
5 lines
119 B
Python
"""For backwards compatiblity."""
|
|
from langchain.utilities.serpapi import SerpAPIWrapper
|
|
|
|
__all__ = ["SerpAPIWrapper"]
|