dockge-cli/dockge_cli/client/commands/__init__.py

5 lines
122 B
Python
Raw Normal View History

2024-07-05 22:16:41 +00:00
from ...models import Command
from .mappings import mapping
commands: dict[str, Command] = { c.cmd: c for c in mapping }