Skip to content
Snippets Groups Projects
Commit a1986f79 authored by Benedikt Burger's avatar Benedikt Burger
Browse files

Fix lines.

parent 8957a81b
Branches
Tags
No related merge requests found
...@@ -48,6 +48,7 @@ class Functions(StrEnum): ...@@ -48,6 +48,7 @@ class Functions(StrEnum):
FOCUS = "Focus" FOCUS = "Focus"
CAVITY = "Cavity" CAVITY = "Cavity"
def open_function(key: str | Functions) -> None: def open_function(key: str | Functions) -> None:
"""opens function according to key""" """opens function according to key"""
gui.click(*scale(*_functions_coord[key])) gui.click(*scale(*_functions_coord[key]))
...@@ -22,6 +22,7 @@ function_classes = { ...@@ -22,6 +22,7 @@ function_classes = {
FunctionClass = TypeVar("FunctionClass") FunctionClass = TypeVar("FunctionClass")
class MainWindow: class MainWindow:
_close_pos = (95, 14) _close_pos = (95, 14)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment