合并
This commit is contained in:
18
etl_billiards/gui/widgets/__init__.py
Normal file
18
etl_billiards/gui/widgets/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""GUI 组件模块"""
|
||||
|
||||
from .task_panel import TaskPanel
|
||||
from .env_editor import EnvEditor
|
||||
from .log_viewer import LogViewer
|
||||
from .db_viewer import DBViewer
|
||||
from .status_panel import StatusPanel
|
||||
from .task_manager import TaskManager
|
||||
|
||||
__all__ = [
|
||||
"TaskPanel",
|
||||
"EnvEditor",
|
||||
"LogViewer",
|
||||
"DBViewer",
|
||||
"StatusPanel",
|
||||
"TaskManager",
|
||||
]
|
||||
Reference in New Issue
Block a user