Commit Graph
5 Commits
Author SHA1 Message Date
BlueFox 4ad714fa83 Implemented the execute_selection and the run method, along with a new loop method
The new loop method allows for more advanced usages (e.g. when you want to use the cpu core for more than just the stupid while True, listen for btn presses procedure but also invoke other commands from time to time - then you can implement your 'own' run procedure!)
2024-11-01 16:30:41 +00:00
BlueFox 76cd7afa8b Added implementation of previous_selection and next_selection handlers 2024-10-31 21:03:48 +00:00
BlueFox ecd7218230 Added the methods and raw structure of the class to __init__.py 2024-10-31 20:11:12 +00:00
BlueFox df318da444 Update __init__.py 2024-10-31 17:24:46 +00:00
BlueFox b23da85b7d Added __init__.py with boilerplate things done 2024-10-31 17:23:28 +00:00