amount.py 90 B

12345
  1. from cashu_protocol import Amount
  2. amount = Amount().from_sat(10)
  3. print(amount.to_sat())