rabin 6 年之前
父節點
當前提交
84014a3072
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/skill/echo.py

+ 1 - 1
service/skill/echo.py

@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 from demeter.core import *
 from skill import Skill
-print(Skill)
+
 class Echo(Skill):
 
     def handle(self, text, parsed):