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