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

View file

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