implement media command group

This commit is contained in:
2026-01-09 19:51:03 +00:00
parent 3f3b331363
commit 81fcb4e504
3 changed files with 126 additions and 1 deletions

View File

@@ -18,10 +18,12 @@ for sub_typer in (
'group',
'hotkey',
'input',
'media',
'profile',
'projector',
'record',
'replaybuffer',
'settings',
'scene',
'scenecollection',
'sceneitem',
@@ -30,7 +32,6 @@ for sub_typer in (
'studiomode',
'text',
'virtualcam',
'settings',
):
module = importlib.import_module(f'.{sub_typer}', package=__package__)
app.add_typer(module.app, name=sub_typer)