mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
4 lines
120 B
Python
4 lines
120 B
Python
|
from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
|
||
|
|
||
|
__all__ = ['AuthServiceProxy', 'JSONRPCException']
|