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):