add scenecollection command group

minor bump
This commit is contained in:
2025-06-12 22:13:46 +01:00
parent 519db1b46e
commit 6e95e4d670
5 changed files with 188 additions and 5 deletions

View File

@@ -5,7 +5,17 @@ from .cli import cli
from .record import record
from .replaybuffer import replaybuffer
from .scene import scene
from .scenecollection import scenecollection
from .stream import stream
from .studiomode import studiomode
__all__ = ['cli', 'scene', 'stream', 'record', 'audio', 'replaybuffer', 'studiomode']
__all__ = [
'cli',
'scene',
'stream',
'record',
'audio',
'replaybuffer',
'studiomode',
'scenecollection',
]