mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 11:43:34 +00:00
7 lines
158 B
Python
7 lines
158 B
Python
|
"""Implementation for the countdown timer."""
|
||
|
from .rulemodule import RuleModule
|
||
|
|
||
|
|
||
|
class Countdown(RuleModule):
|
||
|
"""Implementation of countdown module."""
|