// Class Thing
// - a generic class for all "things" in the simulation
//   except for the simulation itself and primitive values

public abstract class Thing { }
