refactor: split precheck state snapshot and analysis
This commit is contained in:
9
src/coinhunter/services/precheck_snapshot.py
Normal file
9
src/coinhunter/services/precheck_snapshot.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Snapshot construction helpers for precheck."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from .. import precheck as precheck_module
|
||||
|
||||
|
||||
def build_snapshot() -> dict:
|
||||
return precheck_module.build_snapshot()
|
||||
Reference in New Issue
Block a user