Files
NomadNet/nomadnet/ui/WebUI.py
T

8 lines
147 B
Python
Raw Permalink Normal View History

2026-07-06 18:15:15 +02:00
import RNS
import nomadnet
class WebUI:
def __init__(self):
RNS.log("Web UI not implemented", RNS.LOG_ERROR)
nomadnet.panic()