Refactor doctor.py into a directory (#13298)

This commit is contained in:
Zach White
2021-06-22 11:50:53 -07:00
committed by GitHub
parent d61e5c0027
commit e87d231645
6 changed files with 70 additions and 49 deletions

View 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