"""Generative Design — Stage 1c exporters (DXF geometry + PDF summary). Distinct from Site Finder's ``app.services.exporters`` (report_pdf etc.): these serialise *concept* output — parcel + placed buildings (DXF) and the ТЭП/финмодель summary (PDF). Both are deterministic and consume already-computed Stage 1a/1b/1c objects (no re-parsing, no DB, no network). """ from app.services.generative.exporters import dxf, pdf __all__ = ["dxf", "pdf"]