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