aeat.adapters.inbound.financial.providers._constants module¶
Shared file-extension constants for financial-provider detection.
Single authoritative source for the extension sets that route
provider_for_extension and _ordered_candidates, and for the
FinancialProvider.supported_extensions declarations on each concrete
provider class.
Keeping these constants in one place ensures that the detection
router and the provider contract never drift: adding a new alias (e.g.
.tsv for CSV-shaped input) requires one edit here rather than one
edit in every dispatch branch.