Karana.KUtils.MultibodyTUI.notify#
Notifier class to create TUI notifications.
Classes#
Helper to maintain a single, current notification message. |
Module Contents#
- class Karana.KUtils.MultibodyTUI.notify.Notifier(on_notify: Callable | None = None)[source]#
Helper to maintain a single, current notification message.
The notification is replaced whenever a new notification is triggered with the same or higher priority.
- property message#
Return the current notification message.