Files
qmk_cli-mirror/qmk_cli/subcommands/__init__.py
T
2021-04-05 21:01:29 +01:00

8 lines
233 B
Python

"""QMK CLI Subcommands
We list each subcommand here explicitly because all the reliable ways of searching for modules are slow and delay startup.
"""
from . import clone # noqa
from . import env # noqa
from . import setup # noqa