Files
qmk_cli-mirror/qmk_cli/subcommands/__init__.py
T
2019-09-09 10:30:10 -07:00

7 lines
191 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
from . import setup