5 lines
118 B
Python
Executable file
5 lines
118 B
Python
Executable file
"""QMK Doctor
|
|
|
|
Check out the user's QMK environment and make sure it's ready to compile.
|
|
"""
|
|
from .main import doctor
|