from talon import Module from .mark_types import Mark mod = Module() @mod.capture( rule=( " | " " | " " |" "" # row (ie absolute mod 100), up, down ) ) def cursorless_mark(m) -> Mark: return m[0]