summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2025-02-19 20:01:21 -0500
committerZach Berwaldt <zberwaldt@tutamail.com>2025-02-20 12:39:15 -0500
commit779228adc67a23d08ac1a2d5846917614b2690c1 (patch)
treedb033ca0f5e414faf9e3c1a7835c438f35a52780
parentacde589ba4d3c70af66a08cc83cf9f387103c947 (diff)
add new command. Major refactor.
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
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
4__all__ = [ 4__all__ = [
5 'NewNoteCommand', 5 'NewNoteCommand',
6 'NewNoteForTomorrowCommand' 6 'NewNoteForTomorrowCommand'
7] \ No newline at end of file 7]