Removed the nw/tools folder and moved or merged the code in elsewhere

This commit is contained in:
Veronica K. B. Olsen
2020-05-08 21:28:05 +02:00
parent 9b049b6469
commit b0c71fb47d
15 changed files with 222 additions and 281 deletions
+6
View File
@@ -6,6 +6,9 @@ from nw.core.project import NWProject
from nw.core.spellcheck import NWSpellCheck
from nw.core.spellcheck import NWSpellEnchant
from nw.core.spellcheck import NWSpellSimple
from nw.core.tools import countWords
from nw.core.tools import projectMaintenance
from nw.core.tools import numberToWord
__all__ = [
"NWDoc",
@@ -14,4 +17,7 @@ __all__ = [
"NWSpellCheck",
"NWSpellEnchant",
"NWSpellSimple",
"countWords",
"projectMaintenance",
"numberToWord",
]