
/* IMPORT */

import Factory from './factory';

/* MAIN */

const describe = Factory.makeDescribe ();

/* EXPORT */

export default describe;
