Add configurable scheduling, UI health/task indicators, and auto-load map with default filters

This commit is contained in:
Viktor Barzin 2026-02-01 17:28:37 +00:00
parent 1c8c3e4657
commit c7ac448f15
18 changed files with 2287 additions and 656 deletions

View file

@ -0,0 +1,4 @@
"""Configuration modules."""
from config.schedule_config import ScheduleConfig, SchedulesConfig
__all__ = ["ScheduleConfig", "SchedulesConfig"]