mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 02:06:19 +00:00
e292a0d347
* Code was formatted with pep8 recommendations * Fix attaching squish server config
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 "
|