1
0

daemon; initial commit

This commit is contained in:
ThomasV
2014-03-10 16:16:27 +01:00
parent 55e4aa2a47
commit 6e30894af6
5 changed files with 322 additions and 64 deletions

View File

@@ -14,3 +14,4 @@ from plugins import BasePlugin
from mnemonic import mn_encode as mnemonic_encode
from mnemonic import mn_decode as mnemonic_decode
from commands import Commands, known_commands
from daemon import start_daemon, NetworkProxy