just some cleanups and ideas in hanez.json
This commit is contained in:
parent
12040d0484
commit
8103e33299
4 changed files with 12 additions and 14 deletions
|
|
@ -4,21 +4,11 @@ The task class.
|
|||
|
||||
|
||||
class Task:
|
||||
"""
|
||||
Base class for all built-in Tasks.
|
||||
"""
|
||||
|
||||
def set_task_type(self, taskType):
|
||||
self._taskType = taskType
|
||||
|
||||
def get_task_type(self):
|
||||
"""
|
||||
:return: the type set by set_type_task
|
||||
"""
|
||||
return self._taskType
|
||||
|
||||
def some_other_irrelevant_methods(self):
|
||||
pass
|
||||
|
||||
def execute(self, msg):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue