mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
6 lines
168 B
Python
Executable file
6 lines
168 B
Python
Executable file
#!/usr/bin/env python3
|
|
from jmbase import jmprint
|
|
from jmclient import wallet_tool_main
|
|
|
|
if __name__ == "__main__":
|
|
jmprint(wallet_tool_main("wallets"), "success")
|