import term from 'terminal-kit';
const { terminal } = term;
export default function init() {
terminal('hello!');
}