From 8a7a0338dee8c9f103be5983a283f51e04f65528 Mon Sep 17 00:00:00 2001 From: soju6jan Date: Mon, 3 Oct 2022 03:14:54 +0900 Subject: [PATCH] test --- lib/framework/init_menu.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/framework/init_menu.py b/lib/framework/init_menu.py index 63cbaeb..02907a5 100644 --- a/lib/framework/init_menu.py +++ b/lib/framework/init_menu.py @@ -1,6 +1,8 @@ -import os, copy, shutil -from framework import F, d +import copy +import os +import shutil from support.base.yaml import SupportYaml +from framework import F class MenuManager: menu_map = None