mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-12-11 16:54:20 -05: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() |