from office365.entity import Entity


class ChecklistItem(Entity):
    """Represents a subtask in a bigger todoTask. ChecklistItem allows breaking down a complex task into more
    actionable, smaller tasks."""
