6 lines
144 B
Python
6 lines
144 B
Python
"""Home capabilities package."""
|
|
|
|
from packages.home_capabilities.light import CAP_VERSION, LightState
|
|
|
|
__all__ = ["LightState", "CAP_VERSION"]
|