uv/scripts/hookd/backends/import_err_backend.py

6 lines
70 B
Python

"""
A build backend which errors on import.
"""
raise RuntimeError()