mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 03:54:21 +01:00
refactor
This commit is contained in:
6
cashu/mint/__init__.py
Normal file
6
cashu/mint/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from cashu.core.settings import MINT_PRIVATE_KEY
|
||||
from cashu.mint.ledger import Ledger
|
||||
|
||||
print("init")
|
||||
|
||||
ledger = Ledger(MINT_PRIVATE_KEY, "data/mint")
|
||||
Reference in New Issue
Block a user