SYMBOL INDEX (5 symbols across 3 files) FILE: src/api/main.py function handle_request (line 8) | def handle_request(request): FILE: src/api/weather.py function format_weather (line 7) | def format_weather(city: str, data: dict) -> str: function get_lat_lon (line 16) | def get_lat_lon(city): function get_weather (line 35) | def get_weather(city): FILE: tests/test_weather.py function test_format_weather (line 4) | def test_format_weather():