learnlytics/learnlytics/dbmodel/__init__.py

13 lines
172 B
Python

from .utils import (
tables,
table_labels,
init_local,
init_postgres,
create_database,
save_as_json,
create_from_json
)
from .model import *