Source code for kasa.modules.antitheft

"""Implementation of the antitheft module."""
from .rulemodule import RuleModule


[docs]class Antitheft(RuleModule): """Implementation of the antitheft module. This shares the functionality among other rule-based modules. """