"""Vỏ chuyển tiếp — R08-T02. Phần thân đã chuyển sang ``presentation/chat/composer_widget.py`` (thanh công cụ) và ``chat_input_box.py`` (ô nhập). """ from __future__ import annotations from ..presentation.chat.chat_input_box import _Input, _SkillPopup # noqa: F401 from ..presentation.chat.composer_widget import ( # noqa: F401 Composer, )