import {Hero} from '../Hero'; export class MainController { hero = new Hero(1, 'Windstorm', 'Specific powers of controlling winds'); }