/* 
    this file will export only implemented 
    classes since mocha spits error if abstract classes 
    exported twice
*/

export * from './Dense'

