__init__.py
python
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4
docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit.
Human
4 days ago
| 1 | """Freeze-review Auto authorization (§FRV.6.4).""" |
| 2 | |
| 3 | from __future__ import annotations |
| 4 | |
| 5 | from tools.freeze_authorization.resolve import ( |
| 6 | ACCEPT_LEGACY_VERDICT_STAMP, |
| 7 | FreezeAuthorization, |
| 8 | ResolvedStamp, |
| 9 | freeze_authorization_state, |
| 10 | resolve_stamp_record, |
| 11 | ) |
| 12 | |
| 13 | __all__ = [ |
| 14 | "ACCEPT_LEGACY_VERDICT_STAMP", |
| 15 | "FreezeAuthorization", |
| 16 | "ResolvedStamp", |
| 17 | "freeze_authorization_state", |
| 18 | "resolve_stamp_record", |
| 19 | ] |
File History
1 commit
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4
docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit.
Human
4 days ago