Javelina/modules/weather/parser.py
2024-02-19 23:09:00 +01:00

10 lines
181 B
Python

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 ""