mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 14:47:16 +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 "
|