Skip to content
Snippets Groups Projects

Add edit method to SFG and Schedule plus typing

Merged Oscar Gustafsson requested to merge edit into master
9 files
+ 69
50
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 2
2
@@ -2,6 +2,6 @@
Graphical user interface for B-ASIC.
"""
from b_asic.GUI.main_window import MainWindow, start_gui
from b_asic.GUI.main_window import MainWindow, start_editor
__all__ = ['MainWindow', 'start_gui']
__all__ = ['MainWindow', 'start_editor']
Loading