Source code for stalker.core.models.task

#-*- coding: utf-8 -*-



from stalker.core.models import entity, mixin






########################################################################
[docs]class Task(entity.Entity, mixin.StatusMixin): """the task class """ pass