Skip to content

enums

dev_tool.launcher.enums

UserResponse

Bases: StrEnum

User response options for the retry prompt.

RETRY = 'r' class-attribute instance-attribute

QUIT = 'q' class-attribute instance-attribute

TERMINATE = 't' class-attribute instance-attribute