mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-14 05:37:40 +02:00
4 lines
129 B
Python
4 lines
129 B
Python
from typing import Any, Callable, Awaitable, Dict
|
|
|
|
BrowserCommandFn = Callable[[str, str, str, Dict[str, Any]], Awaitable[dict]]
|