# SPDX-License-Identifier: GPL-3.0-or-later """Optional desktop GUI (tkinter) for Enodia Sentinel. Follows the tray-applet boundary rules: ``model.py`` holds all testable, GUI-free logic; only ``app.py`` may import ``tkinter``. The core agent stays stdlib-only and fully usable without this frontend. """