__init__.py python
19 lines 402 B
Raw
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 9 hours ago
1 """Read-only CURRENT NEXT paste extraction (§ONS)."""
2
3 from __future__ import annotations
4
5 from tools.print_next.extract import (
6 CURRENT_NEXT_HEADING,
7 CurrentNextError,
8 CurrentNextResult,
9 extract_current_next,
10 format_current_next,
11 )
12
13 __all__ = [
14 "CURRENT_NEXT_HEADING",
15 "CurrentNextError",
16 "CurrentNextResult",
17 "extract_current_next",
18 "format_current_next",
19 ]
File History 1 commit
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 9 hours ago