From 4a4a43408b3080c9f1f9e996529f363fc2142757 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 8 Nov 2025 18:32:37 +0800 Subject: feat: initialize MVP Command System module --- mvp/command.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 mvp/command.py diff --git a/mvp/command.py b/mvp/command.py new file mode 100644 index 0000000..69a3e91 --- /dev/null +++ b/mvp/command.py @@ -0,0 +1 @@ +"""MVP Command System""" \ No newline at end of file -- cgit v1.2.3-70-g09d2