mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 02:24:20 +01:00
7 lines
137 B
Python
7 lines
137 B
Python
from core.settings import MINT_PRIVATE_KEY
|
|
from mint.ledger import Ledger
|
|
|
|
print("init")
|
|
|
|
ledger = Ledger(MINT_PRIVATE_KEY, "data/mint")
|