add hotkey sub typer

minor bump
This commit is contained in:
2025-05-22 09:43:42 +01:00
parent 48fab684a3
commit a84754d5ec
3 changed files with 46 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import typer
from . import (
group,
hotkey,
input,
profile,
record,
@@ -24,6 +25,7 @@ from .alias import AliasGroup
app = typer.Typer(cls=AliasGroup)
for module in (
group,
hotkey,
input,
profile,
record,