
class {{class_name}}(Task):
    def run(self):
        ShellTask({{command}})
