10 lines
181 B
Python
Raw Normal View History

2024-02-19 23:09:00 +01:00
from typing import Any, Dict
def parse_weather(api_response: Dict[str, Any]) -> str:
return ""
def parse_weather_current(api_response: Dict[str, Any]) -> str:
return ""