diff --git a/scripts/commands.py b/scripts/commands.py index e2f4257fe2ad..2e332711bc53 100644 --- a/scripts/commands.py +++ b/scripts/commands.py @@ -9,6 +9,7 @@ from file_operations import read_file, write_to_file, append_to_file, delete_file from execute_code import execute_python_file from json_parser import fix_and_parse_json +from googlesearch import search cfg = Config()