===== Money ===== The ``Money`` class is the core component of the library, representing a monetary amount with a specific currency. .. autoclass:: moneyx.Money :members: :special-members: __init__ :undoc-members: :show-inheritance: .. automethod:: __add__ .. automethod:: __sub__ .. automethod:: __mul__ .. automethod:: __eq__ .. automethod:: __lt__ .. automethod:: __gt__