2024-02-10 19:56:48 +03:00

7 lines
89 B
Python

from enum import Enum
class PasswordView(Enum):
RESTART_STATUS = 'Restart status'