Moved the convert classes we want to keep to the core folder. The rest will be deleted.

This commit is contained in:
Veronica K. B. Olsen
2020-05-10 13:51:22 +02:00
parent 1ad156054c
commit 33f4626aec
7 changed files with 6 additions and 33 deletions
+4
View File
@@ -6,6 +6,8 @@ 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.tokenizer import Tokenizer
from nw.core.tohtml import ToHtml
from nw.core.tools import countWords
from nw.core.tools import projectMaintenance
from nw.core.tools import numberToWord
@@ -17,6 +19,8 @@ __all__ = [
"NWSpellCheck",
"NWSpellEnchant",
"NWSpellSimple",
"Tokenizer",
"ToHtml",
"countWords",
"projectMaintenance",
"numberToWord",