Skip to content
Snippets Groups Projects

Add typing, renaming, convenience methods/properties

Merged Oscar Gustafsson requested to merge typing into master
Files
17
+ 2
2
@@ -2,6 +2,6 @@
@@ -2,6 +2,6 @@
Graphical user interface for B-ASIC.
Graphical user interface for B-ASIC.
"""
"""
from b_asic.GUI.main_window import MainWindow, start_editor
from b_asic.GUI.main_window import start_editor
__all__ = ['MainWindow', 'start_editor']
__all__ = ['start_editor']
Loading