l0_prescreening.py 353 B

12345678910
  1. """Thin re-export: L0 pre-screening moved to shared core (P4-M5).
  2. Keeps existing ``from app.services.l0_prescreening import ...`` import sites
  3. working; the single implementation lives at src/afmcore/l0/prescreening.py.
  4. """
  5. from src.afmcore.l0.prescreening import ( # noqa: F401
  6. ConstraintResult,
  7. FeasibilityReport,
  8. L0PreScreeningEngine,
  9. )