import Tom from "./Tom"; export class HiTom extends Tom { static NAME = "HiTom"; } export default HiTom;