Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zone.coords annotation should be marked Optional #21

Open
BryceBeagle opened this issue Aug 10, 2021 · 0 comments
Open

Zone.coords annotation should be marked Optional #21

BryceBeagle opened this issue Aug 10, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@BryceBeagle
Copy link
Member

coords: List[List[int]]
"""Coordinates that define the region the zone occupies. It is a list
of lists which are two elements in size. The coordinates are in pixels
where the top left of the frame is [0, 0].
Example: [[0, 0], [10, 10], [100, 500], [0, 500]]
"""

Zone.coords=None for the "Screen"/Zone.FULL_FRAME_ZONE_NAME region.

@BryceBeagle BryceBeagle added bug Something isn't working good first issue Good for newcomers labels Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant