Get rid of mock_database.py and cleaner structure
Mainly:
-
contextual.py
has nothing to do with persistentstorage/
package, moved out tocore/
- We had a duplicated
clive/core/
andclive/__private/core
. Since we don't have a public interface (yet?), better to place everything under__private/core
- same as above for
clive/models
- remove
mock_database.py
in favor of storing models defined there in more appropriate places (UpdateNodeDataCommand related)
Edited by Mateusz Żebrak