From 38bb828fc32d9a1c61b20bcdc576c6d8566717d2 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Sat, 15 Jun 2024 11:03:30 -0400 Subject: rename notes module to note_tools --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index c108273..a01c84d 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -from .notes.commands import ( +from .note_tools.commands import ( OrganizeNotesCommand, NewNoteCommand ) @@ -9,4 +9,4 @@ __all__= [ ] def plugin_loaded(): - print("NOTES HAS BEEN LOADED") \ No newline at end of file + print("Note tools have been loaded.") \ No newline at end of file -- cgit v1.1