implement scene command group

minor bump
This commit is contained in:
2025-06-10 12:51:36 +01:00
parent 3242a866e3
commit f35a1594c6
3 changed files with 92 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
from .cli import cli
from .scene import scene
from .stream import stream
__all__ = ["cli", "scene", "stream"]