示例#1
0
 def run(self):
     from an import Ftp
     f = Ftp()
     f.grib2_download()
     f.close()