Section: Typing and enums
Enum
python
python
from enum import Enum
class Status(Enum):
OPEN = "open"
CLOSED = "closed"Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Typing and enums