"""Schedule module implementation."""
from .rulemodule import RuleModule


class Schedule(RuleModule):
    """Implements the scheduling interface."""