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