Spaces:
Sleeping
Sleeping
Update tools/__init__.py
Browse files- tools/__init__.py +1 -1
tools/__init__.py
CHANGED
|
@@ -2,7 +2,7 @@ from tools.chess_tools import ImageToChessBoardFENTool
|
|
| 2 |
from tools.classifier_tool import ClassifierTool
|
| 3 |
from tools.content_retriever_tool import ContentRetrieverTool
|
| 4 |
from tools.get_attachments_tool import GetAttachmentTool
|
| 5 |
-
from tools.
|
| 6 |
from tools.speech_recognition_tool import SpeechRecognitionTool
|
| 7 |
from tools.youtube_video_tool import YouTubeVideoTool
|
| 8 |
|
|
|
|
| 2 |
from tools.classifier_tool import ClassifierTool
|
| 3 |
from tools.content_retriever_tool import ContentRetrieverTool
|
| 4 |
from tools.get_attachments_tool import GetAttachmentTool
|
| 5 |
+
from tools.google_search_tool import GoogleSearchTool, GoogleSiteSearchTool
|
| 6 |
from tools.speech_recognition_tool import SpeechRecognitionTool
|
| 7 |
from tools.youtube_video_tool import YouTubeVideoTool
|
| 8 |
|