4 lines
51 B
Python
4 lines
51 B
Python
import httpx
|
|
|
|
|
|
# get weather from open weather api
|
import httpx
|
|
|
|
|
|
# get weather from open weather api
|