mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-10-01 01:26:07 -04:00
8 lines
147 B
Python
8 lines
147 B
Python
|
import RNS
|
||
|
import nomadnet
|
||
|
|
||
|
class WebUI:
|
||
|
|
||
|
def __init__(self):
|
||
|
RNS.log("Web UI not implemented", RNS.LOG_ERROR)
|
||
|
nomadnet.panic()
|