Source code for satcfdi.create.catalogos

from enum import StrEnum


[docs] class EstadoComprobante(StrEnum): CANCELADO = '0' VIGENTE = '1'