mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-19 06:10:27 -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/WebUI.py
Normal file
8
nomadnet/ui/WebUI.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import RNS
|
||||
import nomadnet
|
||||
|
||||
class WebUI:
|
||||
|
||||
def __init__(self):
|
||||
RNS.log("Web UI not implemented", RNS.LOG_ERROR)
|
||||
nomadnet.panic()
|
Loading…
Add table
Add a link
Reference in a new issue