Rename folder names
This commit is contained in:
12
computer_use_demo/gradio/tools/__init__.py
Normal file
12
computer_use_demo/gradio/tools/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from .base import CLIResult, ToolResult
|
||||
from .collection import ToolCollection
|
||||
from .computer import ComputerTool
|
||||
from .screen_capture import get_screenshot
|
||||
|
||||
__ALL__ = [
|
||||
CLIResult,
|
||||
ComputerTool,
|
||||
ToolCollection,
|
||||
ToolResult,
|
||||
get_screenshot,
|
||||
]
|
||||
Reference in New Issue
Block a user