Getting Started
Modules
History
from ..utils import StrEnum [docs]class EstadoComprobante(StrEnum): CANCELADO = '0' VIGENTE = '1'