NomadNet/nomadnet/ui/WebUI.py

8 lines
147 B
Python
Raw Normal View History

2021-04-08 14:57:31 -04:00
import RNS
import nomadnet
class WebUI:
def __init__(self):
RNS.log("Web UI not implemented", RNS.LOG_ERROR)
nomadnet.panic()