/** * Created by palebluedot on 3/24/17. */ import { Thing } from "./Base/Thing"; export class Wheel extends Thing { constructor(){ super(); super(); } }