mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-23 03:09:21 +08:00
11 lines
140 B
Python
11 lines
140 B
Python
from spider.图片下载 import 图片下载
|
|
|
|
|
|
def jop():
|
|
img_d = 图片下载()
|
|
img_d.run()
|
|
|
|
|
|
if __name__ == '__main__':
|
|
jop()
|