diff options
| author | 2025-11-08 18:32:37 +0800 | |
|---|---|---|
| committer | 2025-11-08 18:32:37 +0800 | |
| commit | 4a4a43408b3080c9f1f9e996529f363fc2142757 (patch) | |
| tree | da655ba1ac89855fb481047ed239983dd4bc4000 | |
| parent | 5a2b755ffb287ae40efdaaed934adec4cfbd6f20 (diff) | |
| download | mvp-4a4a43408b3080c9f1f9e996529f363fc2142757.tar.gz mvp-4a4a43408b3080c9f1f9e996529f363fc2142757.zip | |
feat: initialize MVP Command System module
| -rw-r--r-- | mvp/command.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
