Files
python-VM/weather-cli/tests/test_weather_cli.py
2019-11-25 18:13:52 +00:00

8 lines
123 B
Python

import weather_cli
london = weather_cli.current_weather(
'Leeds', 'ed0172b84ddf4e63a2860957644f91fb'
)
print(london)