Javelina/modules/weather/parser.py

10 lines
181 B
Python
Raw Normal View History

2024-02-20 00:09:00 +02: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 ""