"""Vỏ chuyển tiếp — R08-T11. Phần thân đã chuyển sang ``presentation/scheduling/calendar_view_widget.py``. Giữ đường import cũ cho ``ui/schedule_task_tab.py`` và checker. """ from __future__ import annotations from ..presentation.scheduling.calendar_view_widget import CalendarView, _DayCell # noqa: F401 __all__ = ["CalendarView"]