From 4553e37c11d3f3c27b5aedaa40151f7565a99522 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Tue, 11 Oct 2022 21:53:44 +0800 Subject: [PATCH] =?UTF-8?q?command=20tree=E5=B0=8F=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Difficult_Rocket/command/tree.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Difficult_Rocket/command/tree.py b/Difficult_Rocket/command/tree.py index 0b83af6..e745f2d 100644 --- a/Difficult_Rocket/command/tree.py +++ b/Difficult_Rocket/command/tree.py @@ -57,6 +57,14 @@ DR_command = { } +""" +abc abc -> abc() +abc a abc -> bbb() +abc -> help('abc') +""" + + + # TODO 给爷做了他