@ -1,5 +1,4 @@
|
||||
from typing import List
|
||||
from uuid import UUID
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
@ -8,6 +7,6 @@ from pydantic import BaseModel
|
||||
class MouseClick(BaseModel):
|
||||
"""The response from the `MouseClick` command."""
|
||||
|
||||
entities_modified: List[UUID]
|
||||
entities_modified: List[str]
|
||||
|
||||
entities_selected: List[UUID]
|
||||
entities_selected: List[str]
|
||||
|
Reference in New Issue
Block a user