Source code for kasa.modules.countdown

"""Implementation for the countdown timer."""
from .rulemodule import RuleModule


[docs]class Countdown(RuleModule): """Implementation of countdown module."""