Skip to content
Snippets Groups Projects
__init__.py 570 B
Newer Older
  • Learn to ignore specific revisions
  • Andreas Bolin's avatar
    Andreas Bolin committed
    """B-ASIC Scheduler-gui Module.
    
    Graphical user interface for B-ASIC scheduler.
    """
    
    Andreas Bolin's avatar
    Andreas Bolin committed
    
    
    Andreas Bolin's avatar
    Andreas Bolin committed
    from logger                     import *
    from main_window                import *
    from graphics_graph_item        import *
    from graphics_graph_event       import *
    from graphics_component_item    import *
    
    from graphics_axes_item         import *
    
    Oscar Gustafsson's avatar
    Oscar Gustafsson committed
    from graphics_signal            import *
    
    from graphics_timeline_item     import *
    
    Andreas Bolin's avatar
    Andreas Bolin committed
    
    
    # __all__ = ['main_window', 'graphics_graph', 'component_item', 'graphics_axes', 'graphics_timeline_item']
    
    Andreas Bolin's avatar
    Andreas Bolin committed
    __version__ = '0.1'
    __author__ = 'Andreas Bolin'