Skip to content

Instantly share code, notes, and snippets.

@kaniak274
Created October 12, 2020 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaniak274/e9b92d9317d0611f43c4e0bd4e6baac5 to your computer and use it in GitHub Desktop.
Save kaniak274/e9b92d9317d0611f43c4e0bd4e6baac5 to your computer and use it in GitHub Desktop.
Changed enum (for the enum article)
class Status(Enum):
STARTED = 'STARTED'
ACCEPTED = 'ACCEPTED'
REJECTED = 'REJECTED'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment