Refactor doctor.py into a directory (#13298)
This commit is contained in:
parent
d61e5c0027
commit
e87d231645
6 changed files with 70 additions and 49 deletions
5
lib/python/qmk/cli/doctor/__init__.py
Executable file
5
lib/python/qmk/cli/doctor/__init__.py
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
"""QMK Doctor
|
||||
|
||||
Check out the user's QMK environment and make sure it's ready to compile.
|
||||
"""
|
||||
from .main import doctor
|
||||
Loading…
Add table
Add a link
Reference in a new issue