#-*- coding: utf-8 -*- from stalker.models import entity ######################################################################## [docs]class Task(entity.Entity): """the task class """ pass
Enter search terms or a module, class or function name.