main.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:Mk3-Firmware 作者: emfcamp 项目源码 文件源码
def main_menu():
    while True:
        clear()

        menu_items = [
            {"title": "Browse app library", "function": store},
            {"title": "Update apps and libs", "function": update},
            {"title": "Remove app", "function": remove}
        ]

        option = dialogs.prompt_option(menu_items, none_text="Exit", text="What do you want to do?", title="TiLDA App Library")

        if option:
            option["function"]()
        else:
            return
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号