Updated Scheduler and Maintainance Apps

This commit is contained in:
2026-07-08 12:00:20 -04:00
parent fefc2c8b5c
commit 0f7585754d
227 changed files with 2877 additions and 958 deletions
@@ -9,6 +9,7 @@ production modules. ``__all__`` makes the re-exports explicit for mypy --strict.
from .tasks_actions import (
ws_complete_task,
ws_postpone_task,
ws_quick_complete_task,
ws_reset_task,
ws_skip_task,
@@ -62,6 +63,7 @@ __all__ = [
"ws_delete_task",
"ws_duplicate_task",
"ws_list_tasks",
"ws_postpone_task",
"ws_quick_complete_task",
"ws_reset_task",
"ws_skip_task",