1 import RNS 2 import nomadnet 3 4 class MenuUI: 5 6 def __init__(self): 7 RNS.log("Menu UI not implemented", RNS.LOG_ERROR, _override_destination=True) 8 nomadnet.panic()