medved/lib/plugin/Task.py
Good Evening d782c2eb70 pew pew
2018-04-03 01:41:10 +03:00

6 lines
84 B
Python

class Task:
def __init__(self):
self._data = None
def run(self):
pass