core = std('import core')
database = std('database')

class model


model:: = core.mixin(model::, database.model::)

exports.model = model