From 779228adc67a23d08ac1a2d5846917614b2690c1 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Wed, 19 Feb 2025 20:01:21 -0500 Subject: add new command. Major refactor. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 816c721..39b6387 100644 --- a/main.py +++ b/main.py @@ -4,4 +4,4 @@ from .note_tools.tomorrow import NewNoteForTomorrowCommand __all__ = [ 'NewNoteCommand', 'NewNoteForTomorrowCommand' -] \ No newline at end of file +] -- cgit v1.1