Source code for satcfdi.create.catalogos

from ..utils import StrEnum


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