Cleaning up hooke.ui.gui. Can initialize, but without most bindings.
[hooke.git] / hooke / ui / gui / panel / __init__.py
1 # Copyright\r
2 \r
3 from . import commands as commands\r
4 from . import note as note\r
5 from . import playlist as playlist\r
6 from . import plot as plot\r
7 #from . import propertyeditor as propertyeditor\r
8 from . import results as results\r
9 from . import selection as selection\r
10 \r
11 __all__ = [commands, note, playlist, plot, #propertyeditor,\r
12            results, selection]\r