started database abstractions for new data structures

This commit is contained in:
plane000
2018-09-07 19:01:14 +01:00
parent 478897ae2b
commit 0c8977d4d0
4 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import {BaseDatabase} from './baseDatabase';
import {Logger} from '../logger';
export class NoteTools extends BaseDatabase {
}