6 lines
76 B
Python
6 lines
76 B
Python
from enum import Enum
|
|
|
|
|
|
class MessageEvents(Enum):
|
|
WEATHER_FORECAST = 0
|