mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-12-11 16:54:20 -05:00
8 lines
177 B
Python
8 lines
177 B
Python
import RNS
|
|
import nomadnet
|
|
|
|
class MenuUI:
|
|
|
|
def __init__(self):
|
|
RNS.log("Menu UI not implemented", RNS.LOG_ERROR, _override_destination=True)
|
|
nomadnet.panic() |