Newer
Older
Angus Lothian
committed
"""B-ASIC GUI Module.
Graphical user interface for B-ASIC.
"""
from b_asic.GUI.main_window import MainWindow, start_editor
__all__ = ['MainWindow', 'start_editor']
"""B-ASIC GUI Module.
Graphical user interface for B-ASIC.
"""
from b_asic.GUI.main_window import MainWindow, start_editor
__all__ = ['MainWindow', 'start_editor']