/ nomadnet / ui / GraphicalUI.py
GraphicalUI.py
1  import RNS
2  import nomadnet
3  
4  class GraphicalUI:
5  
6      def __init__(self):
7          RNS.log("Graphical UI not implemented", RNS.LOG_ERROR)
8          nomadnet.panic()