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