增加了查看入库秤上传图片的GUI界面。
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
工具模块
|
||||
"""
|
||||
from .image_downloader import ImageDownloader
|
||||
from .image_loader import load_image_from_url
|
||||
|
||||
__all__ = ['ImageDownloader', 'load_image_from_url']
|
||||
Reference in New Issue
Block a user