aeat.application.wizard._catalogue module¶
The closed catalogue of wizard flows.
Adding a new flow means appending a WizardFlow literal to
WIZARD_FLOWS. The catalogue is import-time pure: every
question, choice, and condition is a frozen literal and there are no
file reads or environment lookups during construction.