var Object = require('./object');
/**
* The equivalent of a SQL target.
*/
module.exports = new Class({
Extends: Object
});