mirror of
https://github.com/status-im/desktop-qa-automation.git
synced 2025-02-24 10:08:22 +00:00
6 lines
118 B
Python
6 lines
118 B
Python
from enum import Enum
|
|
|
|
|
|
class GroupChatMessages(Enum):
|
|
WELCOME_GROUP_MESSAGE = "Welcome to the beginning of the "
|