import { Main } from '../../{{watchDir}}/{{projectName}}.{{format}}.js';

const main = new Main();
console.log(main.getTemplate());
