Spaces:
Sleeping
Sleeping
| """ | |
| Utilitários do sistema. | |
| """ | |
| from .docx_loader import ler_texto_docx, mesclar_documento_fotos | |
| from .formatters import formatar_valor_monetario, formatar_motivos_desvalorizantes | |
| __all__ = [ | |
| 'ler_texto_docx', | |
| 'mesclar_documento_fotos', | |
| 'formatar_valor_monetario', | |
| 'formatar_motivos_desvalorizantes', | |
| ] | |