Star has one StarType
Star has one StarSize
Star has many Planets
Planet has one PlanetType
Planet has one PlanetSize
Planet has many Buildings
Building has one BuildingType
Refactor code so developer only needs to define models as set of values (avoid overwriting functions)Drop utils.inherit entirely- Figure out how to add model actions nicely