FD900 commited on
Commit
015a604
·
verified ·
1 Parent(s): 7a9dbc2

Update tools/__init__.py

Browse files
Files changed (1) hide show
  1. tools/__init__.py +1 -1
tools/__init__.py CHANGED
@@ -6,7 +6,7 @@ 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
 
9
- __all__ = [
10
  "ImageToChessBoardFENTool",
11
  "ClassifierTool",
12
  "ContentRetrieverTool",
 
6
  from tools.speech_recognition_tool import SpeechRecognitionTool
7
  from tools.youtube_video_tool import YouTubeVideoTool
8
 
9
+ TOOLS= [
10
  "ImageToChessBoardFENTool",
11
  "ClassifierTool",
12
  "ContentRetrieverTool",