chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
from .brave import BraveSearch, BraveSearchResponse, BraveSettings, BraveWebPage, BraveWebPages
|
||||
from .google_search import (
|
||||
GoogleSearch,
|
||||
GoogleSearchInformation,
|
||||
GoogleSearchResponse,
|
||||
GoogleSearchResult,
|
||||
GoogleSearchSettings,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"BraveSearch",
|
||||
"BraveSearchResponse",
|
||||
"BraveSettings",
|
||||
"BraveWebPage",
|
||||
"BraveWebPages",
|
||||
"GoogleSearch",
|
||||
"GoogleSearchInformation",
|
||||
"GoogleSearchResponse",
|
||||
"GoogleSearchResult",
|
||||
"GoogleSearchSettings",
|
||||
]
|
||||
Reference in New Issue
Block a user