Fix types of actions in python-parser
shundroid opened this issue · 2 comments
shundroid commented
Fix types of actions in python-parser
ensan-hcl commented
I mistakenly closed this issue 🙏
shundroid commented
How about making Action
class and making actions the instances of InputAction
, ReplaceLastCharactersAction
, etc which inherit Action
class?
And I can make the type of press_actions
Action[]