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