From 8715ec292ad016f7c652ed505cd4aac8eb480075 Mon Sep 17 00:00:00 2001 From: redatman Date: Thu, 1 Aug 2024 21:05:21 +0800 Subject: [PATCH] Refactor: Rename simplenotecommands.py to commands.py This commit renames the `simplenotecommands.py` file to `commands.py` for better organization and clarity. This change reflects the broader scope of the commands module, encompassing more than just Simplenote functionality. --- simplenotecommands.py => commands.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename simplenotecommands.py => commands.py (100%) diff --git a/simplenotecommands.py b/commands.py similarity index 100% rename from simplenotecommands.py rename to commands.py