Skip to content
Snippets Groups Projects

Move preference dialog to separate file

Merged Oscar Gustafsson requested to merge movepref into master
44 files
+ 1270
1293
Compare changes
  • Side-by-side
  • Inline
Files
44
+ 1
1
@@ -5,4 +5,4 @@ Graphical user interface for B-ASIC.
from b_asic.GUI.main_window import start_editor
__all__ = ['start_editor']
__all__ = ["start_editor"]
Loading