mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
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"]
|