summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/doctor/__init__.py
blob: 272e042023c5abba0409b0ec948451d6bf45e50e (plain)
1
2
3
4
5
"""QMK Doctor

Check out the user's QMK environment and make sure it's ready to compile.
"""
from .main import doctor