User interface skeleton

This commit is contained in:
Mark Qvist 2021-04-08 20:57:31 +02:00
parent 9fdcbf11b8
commit fbc151060e
8 changed files with 136 additions and 15 deletions

8
nomadnet/ui/MenuUI.py Normal file
View file

@ -0,0 +1,8 @@
import RNS
import nomadnet
class MenuUI:
def __init__(self):
RNS.log("Menu UI not implemented", RNS.LOG_ERROR)
nomadnet.panic()