Skip to content
Snippets Groups Projects
__init__.py 140 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 start_editor
    
    __all__ = ['start_editor']