add studiomode command group

minor bump
This commit is contained in:
2025-06-10 17:54:37 +01:00
parent cc2eda00a5
commit 14f89dd636
3 changed files with 103 additions and 2 deletions

View File

@@ -4,5 +4,6 @@ from .record import record
from .replaybuffer import replaybuffer
from .scene import scene
from .stream import stream
from .studiomode import studiomode
__all__ = ["cli", "scene", "stream", "record", "audio", "replaybuffer"]
__all__ = ["cli", "scene", "stream", "record", "audio", "replaybuffer", "studiomode"]