Skip to content

Instantly share code, notes, and snippets.

@akaptur
Created December 14, 2021 01:12
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 akaptur/c95dafca59010c437ad121382a2a9366 to your computer and use it in GitHub Desktop.
Save akaptur/c95dafca59010c437ad121382a2a9366 to your computer and use it in GitHub Desktop.
class State(enum.Enum):
loading = "loading"
loaded = "loaded"
error = "error"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment