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

11 lines
235 B
Python
Raw Normal View History

"""Implementation of the antitheft module."""
from .rulemodule import RuleModule
class Antitheft(RuleModule):
"""Implementation of the antitheft module.
This shares the functionality among other rule-based modules.
"""