summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index c108273..a01c84d 100644
--- a/main.py
+++ b/main.py
@@ -1,4 +1,4 @@
1from .notes.commands import ( 1from .note_tools.commands import (
2 OrganizeNotesCommand, 2 OrganizeNotesCommand,
3 NewNoteCommand 3 NewNoteCommand
4) 4)
@@ -9,4 +9,4 @@ __all__= [
9] 9]
10 10
11def plugin_loaded(): 11def plugin_loaded():
12 print("NOTES HAS BEEN LOADED") \ No newline at end of file 12 print("Note tools have been loaded.") \ No newline at end of file