예제 #1
0
파일: pyjzbot.py 프로젝트: giflw/afn-tools
 def __init__(self, function):
     self.target = function
     self.helptext = function.__doc__
     FactParser.installFunction(function.__name__, self)