NomadNet/nomadnet/ui/GraphicalUI.py
2021-04-08 20:57:31 +02:00

8 lines
159 B
Python

import RNS
import nomadnet
class GraphicalUI:
def __init__(self):
RNS.log("Graphical UI not implemented", RNS.LOG_ERROR)
nomadnet.panic()