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
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
from nw.gui.tools.dochighlight import GuiDocHighlighter
from nw.gui.tools.optionstate import OptionState
__all__ = [
"GuiDocHighlighter",
"OptionState",
]