__init__.py python
8 lines 207 B
Raw
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 days ago
1 """Handover change-log compaction (§LT.6)."""
2
3 from tools.handover_compact.compact import (
4 CompactReport,
5 compact_handover_change_log,
6 )
7
8 __all__ = ["CompactReport", "compact_handover_change_log"]
File History 1 commit
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 days ago