[refactor] Move client/daemon code into package
The previous code was entirely inside the bin directory, which is not a good idea in the long term. This patch move everything inside the nrm package, so that we can start building a proper code.
nrm/client.py
0 → 100644
nrm/daemon.py
0 → 100644
Please register or sign in to comment