Create menu.py

This commit is contained in:
Matyáš Caras 2022-03-23 14:20:59 +01:00 committed by GitHub
parent 3a35468cd7
commit 5ff4eb2b4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
lib/menu.py Normal file
View file

@ -0,0 +1,6 @@
import keyboard
class MenuManager: # TODO
def __init__(self,selections:list):
self.selected = 0 # current selection
self.selections = selections # available selections