o
    win                     @   s0   d dl mZmZ ddlmZ G dd deZdS )    )print_functionunicode_literals   )Num2Word_ESc                   @   s   e Zd ZdddZdS )Num2Word_ES_VETFc                 C   s.   |rdnd}| j ||ddd|d}|ddS )	Nu   bolívar/esu   bolívar/es fuerte/sz	centavo/sr   y)hightxtlowtxtdivisorjointxtlongvalunoun)to_splitnumreplace)selfvalr   oldr   result r   Q/home/ubuntu/sommelier/.venv/lib/python3.10/site-packages/num2words/lang_ES_VE.pyto_currency   s   zNum2Word_ES_VE.to_currencyN)TF)__name__
__module____qualname__r   r   r   r   r   r      s    r   N)
__future__r   r   lang_ESr   r   r   r   r   r   <module>   s   