aeat.adapters.outbound.aeat.export._submitters package¶
Empty namespace for the permanently absent AEAT remote submitter.
The project has no outbound submitter ABC, browser-session submitter, or
remote filing transport. Live AEAT submission and write-shaped portal
walks are permanently forbidden, so this package intentionally exports
nothing; __all__ is the empty list and star imports surface no names.
The canonical refusal lives outside the adapter layer:
core.access_gate.AeatAccessGate.require_live_write() always
raises core.access_gate.LiveSubmitForbiddenError. Local
filing state is modeled separately by domain.submission, and
file generation remains a local export concern under
adapters.outbound.aeat.export.
See also
core.access_gateCore live-read gate and unconditional live-write refusal.
core.access_gate.LiveSubmitForbiddenErrorTyped error raised for every attempted live AEAT write.
application.filing.export_draft()Local fichero-BOE file generation path; it writes disk artefacts, not remote submissions.