Files
Javelina/javelina/modules/weather/parser.py
profitroll 48f24c3a6b
All checks were successful
Test / build (push) Successful in 27s
Moved project structure to javelina/
2025-07-28 01:32:38 +02: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 ""