Add function for adding base data and data reloading.

This commit is contained in:
luxick
2018-02-23 17:11:53 +01:00
parent b0ed96611d
commit af57942ad8
13 changed files with 1154 additions and 566 deletions

View File

@@ -1,4 +1,4 @@
from dsst_sql import models, sql
from dsst_sql import sql
class DSSTCore: