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

8 lines
151 B
Python
Raw Normal View History

"""Schedule module implementation."""
from .rulemodule import RuleModule
class Schedule(RuleModule):
"""Implements the scheduling interface."""