Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
"""
Run the `archspec` CLI as a module.
import sys
from .cli import main
sys.exit(main())