"""Footprint self-integrity hard gate package (§KH3).""" from __future__ import annotations from tools.footprint_integrity.check import FootprintIntegrityReport, check_footprint_integrity __all__ = ["FootprintIntegrityReport", "check_footprint_integrity"]