Skip to content
Snippets Groups Projects
MSlice.py 376 B
Newer Older
#!/usr/bin/python
# Mantid Repository : https://github.com/mantidproject/mantid
#
# Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
#     NScD Oak Ridge National Laboratory, European Spallation Source
#     & Institut Laue - Langevin
# SPDX - License - Identifier: GPL - 3.0 +
from __future__ import absolute_import

from mslice.app import show_gui
show_gui()