import { default as Shape } from './shape' import { default as Side } from './side' export function init() export { Side } export default Shape