Added a function to clean out old project files no longer needed

This commit is contained in:
Veronica K. B. Olsen
2020-02-13 21:12:28 +01:00
parent c28a246d23
commit 760aee0c8f
3 changed files with 55 additions and 0 deletions
+2
View File
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from nw.tools.analyse import TextAnalysis
from nw.tools.legacy import projectMaintenance
from nw.tools.optlaststate import OptLastState
from nw.tools.spellcheck import NWSpellCheck
from nw.tools.spellenchant import NWSpellEnchant
@@ -10,6 +11,7 @@ from nw.tools.wordcount import countWords
__all__ = [
"TextAnalysis",
"projectMaintenance",
"OptLastState",
"NWSpellCheck",
"NWSpellEnchant",