Move tools source files to their own folder

This commit is contained in:
Veronica K. B. Olsen
2021-04-23 21:34:45 +02:00
parent 1c072e9f32
commit 03a80beebe
14 changed files with 553 additions and 549 deletions
+11
View File
@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
from nw.tools.build import GuiBuildNovel
from nw.tools.projwizard import GuiProjectWizard
from nw.tools.writingstats import GuiWritingStats
__all__ = [
"GuiBuildNovel",
"GuiProjectWizard",
"GuiWritingStats",
]