Beispiel #1
0
#! -*- coding: utf-8 -*-
from Weather import Weather

if __name__ == '__main__':
    w = Weather()
    w.getData()