NomadNet/nomadnet/ui/MenuUI.py

8 lines
177 B
Python
Raw Permalink Normal View History

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