mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-07 08:35:11 -04:00
User interface skeleton
This commit is contained in:
parent
9fdcbf11b8
commit
fbc151060e
8 changed files with 136 additions and 15 deletions
8
nomadnet/ui/MenuUI.py
Normal file
8
nomadnet/ui/MenuUI.py
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue