Refactor doctor.py into a directory (#13298)
This commit is contained in:
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
|
Reference in New Issue
Block a user