#!/usr/bin/python3 # -*- coding: utf-8 -*- # Author: İsmail BAŞARAN class Task(object): """docstring for Task""" def __init__(self,message): super(Task, self).__init__() def getPluginId(self): # Not implemented yet pass def getcommandId(self): # Not implemented yet pass