mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 12:51:27 +08:00
PyAutoGui: Add more reexports from pyscreeze (#9634)
Add remaining methods from pyscreeze
This commit is contained in:
@@ -5,12 +5,17 @@ from typing import NamedTuple, SupportsInt, TypeVar
|
||||
from typing_extensions import ParamSpec, SupportsIndex, TypeAlias
|
||||
|
||||
from pyscreeze import (
|
||||
center as center,
|
||||
grab as grab,
|
||||
locate as locate,
|
||||
locateAll as locateAll,
|
||||
locateAllOnScreen as locateAllOnScreen,
|
||||
locateCenterOnScreen as locateCenterOnScreen,
|
||||
locateOnScreen as locateOnScreen,
|
||||
locateOnWindow as locateOnWindow,
|
||||
pixel as pixel,
|
||||
pixelMatchesColor as pixelMatchesColor,
|
||||
screenshot as screenshot,
|
||||
)
|
||||
|
||||
class PyAutoGUIException(Exception): ...
|
||||
|
||||
Reference in New Issue
Block a user