def get_weather_menu_item(): """Return the weather menu item for the main menu.""" return "WE" def get_weather_menu_text(): """Return the weather menu text.""" return "[WE]ather\n"