This commit is contained in:
flaskfarm
2022-10-19 16:40:29 +09:00
parent 97b1f6bf48
commit c146e03cf1
26 changed files with 965 additions and 246 deletions

View File

@@ -1,7 +1,7 @@
import os
import shutil
from support import SupportYaml
from support import SupportYaml, d
from framework import F
@@ -89,4 +89,5 @@ class MenuManager:
@classmethod
def get_menu_map(cls):
#F.logger.warning(d(cls.menu_map))
return cls.menu_map