add house db model

This commit is contained in:
Eric Hulburd
2016-02-18 12:29:16 -06:00
parent b901409f86
commit e57e1a0742
5 changed files with 84 additions and 42 deletions

9
client/lib/model.js Normal file
View File

@@ -0,0 +1,9 @@
import Loki from 'lokijs';
class Model {
}