summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py14
1 files changed, 6 insertions, 8 deletions
diff --git a/main.py b/main.py
index 67e7a35..816c721 100644
--- a/main.py
+++ b/main.py
@@ -1,9 +1,7 @@
1from .note_tools.commands import ( 1from .note_tools.today import NewNoteCommand
2 NewNoteCommand, 2from .note_tools.tomorrow import NewNoteForTomorrowCommand
3 NewNoteForTomorrowCommand
4)
5 3
6__all__= [ 4__all__ = [
7 "NewNoteCommand", 5 'NewNoteCommand',
8 "NewNoteForTomorrowCommand" 6 'NewNoteForTomorrowCommand'
9] 7] \ No newline at end of file