engineer.enums

class engineer.enums.Status[source]

Enum representing the status of a Post.

draft = <EnumValue: Status.draft [value=0]>

Post is a draft.

published = <EnumValue: Status.published [value=1]>

Post is published.

review = <EnumValue: Status.review [value=2]>

Post is in review.