implements hardware out as:

focusable buttonmenus.
This commit is contained in:
2023-08-24 16:07:28 +01:00
parent b45e85badd
commit 426e91f6fe
3 changed files with 26 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
from pyparsing import Group, OneOrMore, Optional, Suppress, Word, alphanums
from pyparsing import Group, OneOrMore, Optional, Suppress, Word, alphanums, restOfLine
class Parser: