mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 03:54:21 +01:00
5 lines
134 B
Python
5 lines
134 B
Python
from cashu.core.settings import MINT_PRIVATE_KEY
|
|
from cashu.mint.ledger import Ledger
|
|
|
|
ledger = Ledger(MINT_PRIVATE_KEY, "data/mint")
|