Added Outline enums and column labels to constants submodule

This commit is contained in:
Veronica K. B. Olsen
2020-04-09 19:46:10 +02:00
parent 32c6d80efb
commit 61ed3ee721
3 changed files with 42 additions and 2 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ from nw.constants.constants import (
nwConst, nwFiles, nwKeyWords, nwLabels, nwDependencies, nwQuotes, nwUnicode
)
from nw.constants.enum import (
nwAlert, nwDocAction, nwItemClass, nwItemLayout, nwItemType
nwAlert, nwDocAction, nwItemClass, nwItemLayout, nwItemType, nwOutline
)
__all__ = [
@@ -22,4 +22,5 @@ __all__ = [
"nwItemClass",
"nwItemLayout",
"nwItemType",
"nwOutline",
]