mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-08 11:14:20 +01:00
router stuff
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from core.settings import MINT_PRIVATE_KEY
|
||||
from mint.ledger import Ledger
|
||||
|
||||
print("init")
|
||||
|
||||
ledger = Ledger(MINT_PRIVATE_KEY, "data/mint")
|
||||
|
||||
Reference in New Issue
Block a user