6 lines
98 B
Python
6 lines
98 B
Python
|
from WxMini.Utils.TianQiUtil import *
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
get_weather('长春')
|