from .ui.mil_tool import FrameMILTool from openpyxl import Workbook def create_mil_tool(parent=None): return FrameMILTool(parent)