上传初版

This commit is contained in:
2026-07-10 13:35:16 +08:00
parent 38610e97eb
commit 4c5fc718c1
21 changed files with 855 additions and 593 deletions
+5
View File
@@ -0,0 +1,5 @@
from .ui.mil_tool import FrameMILTool
from openpyxl import Workbook
def create_mil_tool(parent=None):
return FrameMILTool(parent)