mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-12 17:35:47 +01:00
6 lines
90 B
Python
6 lines
90 B
Python
from cashu_protocol import Amount
|
|
|
|
amount = Amount().from_sat(10)
|
|
|
|
print(amount.to_sat())
|