Skip to content
Snippets Groups Projects

Cleanup code and add documentation

Merged Oscar Gustafsson requested to merge cleanup into master
9 files
+ 236
167
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -5,7 +5,6 @@ Graphical user interface for B-ASIC scheduler.
@@ -5,7 +5,6 @@ Graphical user interface for B-ASIC scheduler.
__author__ = "Andreas Bolin"
__author__ = "Andreas Bolin"
# __all__ = ['main_window', 'graphics_graph', 'component_item', 'graphics_axes', 'graphics_timeline_item']
# __all__ = ['main_window', 'graphics_graph', 'component_item', 'graphics_axes', 'graphics_timeline_item']
from b_asic.scheduler_gui._version import *
from b_asic.scheduler_gui.axes_item import *
from b_asic.scheduler_gui.axes_item import *
from b_asic.scheduler_gui.logger import *
from b_asic.scheduler_gui.logger import *
from b_asic.scheduler_gui.main_window import *
from b_asic.scheduler_gui.main_window import *
Loading