More import and file cleanup

This commit is contained in:
Veronica K. B. Olsen
2020-09-26 13:08:48 +02:00
parent eb66b879c5
commit 635a52fd31
4 changed files with 18 additions and 19 deletions
+3 -3
View File
@@ -8,6 +8,9 @@ from nw.core.tohtml import ToHtml
from nw.core.tools import countWords, numberToRoman, numberToWord
__all__ = [
"countWords",
"numberToRoman",
"numberToWord",
"NWDoc",
"NWIndex",
"NWProject",
@@ -15,7 +18,4 @@ __all__ = [
"NWSpellEnchant",
"NWSpellSimple",
"ToHtml",
"countWords",
"numberToRoman",
"numberToWord",
]