增加了查看入库秤上传图片的GUI界面。
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
UI模块
|
||||
"""
|
||||
from .filter_panel import FilterPanel
|
||||
from .preview_panel import PreviewPanel
|
||||
from .statistics_panel import StatisticsPanel
|
||||
|
||||
__all__ = ['FilterPanel', 'PreviewPanel', 'StatisticsPanel']
|
||||
Reference in New Issue
Block a user