//! Taskter library interface exposing the core modules so they can be
//! reused from integration tests and (potentially) other binaries.
pub use ;
// The TUI heavily depends on a terminal backend which is not easily testable in
// automated environments. We expose it behind the `tui` feature so that normal
// consumers – including the main binary – can still use it without imposing
// unnecessary dependencies on test builds.