Browse Source

locates module path

rachel-rose 5 years ago
parent
commit
9f90fc4513
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bin/wallet/rpc/__init__.py

+ 2 - 0
src/bin/wallet/rpc/__init__.py

@@ -0,0 +1,2 @@
+from rpc import jsonclient
+from .jsonclient import RpcClient