Added some documentation, fixed test and missing schedule

This commit is contained in:
robbe 2025-06-30 18:03:24 +02:00
parent ebfd85a666
commit fd6c8b4277
26 changed files with 1284 additions and 72 deletions

View file

@ -34,7 +34,7 @@ if TYPE_CHECKING:
from transformation.schedule.schedule import Schedule
class RuleSchedular:
class RuleScheduler:
__slots__ = (
"rule_executor",
"schedule_main",