mirror of
https://github.com/trycua/computer.git
synced 2026-01-08 14:30:25 -06:00
4 lines
140 B
Python
4 lines
140 B
Python
from .api import execute_javascript, get_element_rect, launch_window
|
|
|
|
__all__ = ["launch_window", "get_element_rect", "execute_javascript"]
|