__init__.py
python
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab
NXP-b DONE: independent BV-r2 pass + ISR (SD-17)
Human
minor
⚠ breaking
17 hours ago
| 1 | """Read-only CURRENT NEXT paste extraction (§ONS / §NXP).""" |
| 2 | |
| 3 | from __future__ import annotations |
| 4 | |
| 5 | from tools.print_next.extract import ( |
| 6 | CURRENT_NEXT_HEADING, |
| 7 | PROVENANCE_LINE_TEMPLATE, |
| 8 | PROVENANCE_SEPARATOR, |
| 9 | CurrentNextError, |
| 10 | CurrentNextResult, |
| 11 | absolute_repo_root, |
| 12 | extract_current_next, |
| 13 | format_current_next, |
| 14 | format_provenance_line, |
| 15 | read_at_now, |
| 16 | set_read_at_clock, |
| 17 | utc_read_at, |
| 18 | ) |
| 19 | |
| 20 | __all__ = [ |
| 21 | "CURRENT_NEXT_HEADING", |
| 22 | "PROVENANCE_LINE_TEMPLATE", |
| 23 | "PROVENANCE_SEPARATOR", |
| 24 | "CurrentNextError", |
| 25 | "CurrentNextResult", |
| 26 | "absolute_repo_root", |
| 27 | "extract_current_next", |
| 28 | "format_current_next", |
| 29 | "format_provenance_line", |
| 30 | "read_at_now", |
| 31 | "set_read_at_clock", |
| 32 | "utc_read_at", |
| 33 | ] |
File History
1 commit
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab
NXP-b DONE: independent BV-r2 pass + ISR (SD-17)
Human
minor
⚠
17 hours ago