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