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

Fix lines.

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