python-kasa/kasa/iot/modules/countdown.py

8 lines
159 B
Python
Raw Normal View History

"""Implementation for the countdown timer."""
from .rulemodule import RuleModule
class Countdown(RuleModule):
"""Implementation of countdown module."""