mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-10-01 01:26:07 -04:00
8 lines
159 B
Python
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() |