implement settings command group

This commit is contained in:
2026-01-09 13:45:25 +00:00
parent 356684e5d4
commit 2c2501e017
2 changed files with 338 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ 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)