Skip to content
Snippets Groups Projects
__init__.py 166 B
Newer Older
  • Learn to ignore specific revisions
  • """B-ASIC GUI Module.
    
    Graphical user interface for B-ASIC.
    """
    
    from b_asic.GUI.main_window import MainWindow, start_editor
    
    __all__ = ['MainWindow', 'start_editor']