from enum import Enum class EGetAll(Enum): all = 'all' will_post = 'will-post' posted = 'posted'