8 lines
177 B
Python
Raw Normal View History

2021-04-08 20:57:31 +02:00
import RNS
import nomadnet
class MenuUI:
def __init__(self):
2022-05-17 13:11:04 +02:00
RNS.log("Menu UI not implemented", RNS.LOG_ERROR, _override_destination=True)
2021-04-08 20:57:31 +02:00
nomadnet.panic()