diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-19 14:00:19 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-19 14:00:19 -0500 |
commit | 116c309b2efc394123f2cc67625effc3b2426a22 (patch) | |
tree | 47a16f86555878a5bb9ae03385d625d3f4a96dca /main.py | |
parent | dcfa79b9c86c31e9df261a903564c308fec6695a (diff) | |
parent | 4da3c645173454d1fe73fea09710cb3db95f19a9 (diff) |
Merge branch 'develop'
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,10 +4,8 @@ from .note_tools.commands import ( | |||
4 | ) | 4 | ) |
5 | 5 | ||
6 | __all__= [ | 6 | __all__= [ |
7 | "NewNoteCommand", | 7 | "NewNoteCommand" |
8 | "OrganizeNotesCommand" | ||
9 | ] | 8 | ] |
10 | 9 | ||
11 | def plugin_loaded(): | 10 | def plugin_loaded(): |
12 | print("Note tools have been loaded.") | 11 | print("Note tools have been loaded.") |
13 | \ No newline at end of file | ||