from .note_tools.commands import ( OrganizeNotesCommand, NewNoteCommand ) __all__= [ "NewNoteCommand" ] def plugin_loaded(): print("Note tools have been loaded.")