diff options
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ from .note_tools.tomorrow import NewNoteForTomorrowCommand | |||
4 | __all__ = [ | 4 | __all__ = [ |
5 | 'NewNoteCommand', | 5 | 'NewNoteCommand', |
6 | 'NewNoteForTomorrowCommand' | 6 | 'NewNoteForTomorrowCommand' |
7 | ] \ No newline at end of file | 7 | ] |