Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
BatchWidgetInterface.py 220 B
#pylint: disable=invalid-name
"""
    Script used to start the Test Interface from MantidPlot
"""
from ui.batchwidget import batch_widget_gui

ui = batch_widget_gui.DataProcessorGui()
if ui.setup_layout():
    ui.show()