Moved theme class to gui folder

This commit is contained in:
Veronica K. B. Olsen
2019-11-08 15:41:24 +01:00
parent e7561cb3e3
commit 69bfb4a209
3 changed files with 9 additions and 8 deletions
+2
View File
@@ -3,6 +3,7 @@
# Main Window Elements
from nw.gui.mainmenu import GuiMainMenu
from nw.gui.statusbar import GuiMainStatus
from nw.gui.theme import GuiTheme
# Dialogs
from nw.gui.dialogs.configeditor import GuiConfigEditor
@@ -28,6 +29,7 @@ from nw.gui.tools.wordcounter import WordCounter
__all__ = [
"GuiMainMenu",
"GuiMainStatus",
"GuiTheme",
"GuiConfigEditor",
"GuiExport",
"GuiItemEditor",