preheat_open.configuration.RuntimeMode

class preheat_open.configuration.RuntimeMode(value)

Bases: Enum

Enum representing the runtime mode of the application.

Attributes:

PRODUCTION (int): Production mode. DEVELOPMENT (int): Development mode. TEST (int): Test mode.

__init__()

Attributes

PRODUCTION

DEVELOPMENT

TEST