This repository has been archived on 2022-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
texty/lib/menu.py
2022-03-23 14:20:59 +01:00

7 lines
189 B
Python

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