FD900 commited on
Commit
d758fda
·
verified ·
1 Parent(s): 6f10297

Update tools/__init__.py

Browse files
Files changed (1) hide show
  1. 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.google_search_tools import GoogleSearchTool, GoogleSiteSearchTool
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