refactor: finish facade migration for precheck and executor

This commit is contained in:
2026-04-15 20:50:38 +08:00
parent e6274d3a00
commit db981e8e5f
8 changed files with 1131 additions and 944 deletions

View File

@@ -2,8 +2,8 @@
from __future__ import annotations
from .. import precheck as precheck_module
from . import precheck_core
def build_snapshot() -> dict:
return precheck_module.build_snapshot()
return precheck_core.build_snapshot()