Moved optionstate class into project file

This commit is contained in:
Veronica K. B. Olsen
2020-06-01 23:28:38 +02:00
parent a76562e025
commit 98360b2edd
4 changed files with 156 additions and 191 deletions
-2
View File
@@ -30,7 +30,6 @@ from nw.gui.elements.viewdetails import GuiDocViewDetails
# Tools
from nw.gui.tools.dochighlight import GuiDocHighlighter
from nw.gui.tools.optionstate import OptionState
__all__ = [
"GuiBuildNovel",
@@ -56,5 +55,4 @@ __all__ = [
"GuiSearchBar",
"GuiDocViewDetails",
"GuiDocHighlighter",
"OptionState",
]