Files
XMCTSGuard/src/XMCTSGuard/gui/__init__.py

3 lines
63 B
Python

from .main_window import WorkflowGUI
__all__ = ["WorkflowGUI"]