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