"""Vỏ chuyển tiếp — R08-T14. Phần thân đã chuyển sang ``presentation/graph/``. Giữ đường import cũ vì ``ui/workspace_tab.py`` và vài checker trong ``tools/`` gọi qua đúng đường dẫn này. """ from __future__ import annotations from ..presentation.graph.structure_graph_view import StructureGraphView __all__ = ["StructureGraphView"]