mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-22 17:50:03 +00:00
5 lines
119 B
Python
5 lines
119 B
Python
"""For backwards compatiblity."""
|
|
from langchain.utilities.serpapi import SerpAPIWrapper
|
|
|
|
__all__ = ["SerpAPIWrapper"]
|