Sage100-vps/utils/__init__.py

27 lines
524 B
Python

from .enums import (
TypeArticle,
TypeCompta,
TypeRessource,
TypeTiers,
TypeEmplacement,
TypeFamille,
NomenclatureType,
SuiviStockType,
normalize_enum_to_string,
normalize_enum_to_int,
normalize_string_field,
)
__all__ = [
"TypeArticle",
"TypeCompta",
"TypeRessource",
"TypeTiers",
"TypeEmplacement",
"TypeFamille",
"NomenclatureType",
"SuiviStockType",
"normalize_enum_to_string",
"normalize_enum_to_int",
"normalize_string_field",
]