class Plasmoid: '''A thing that just sits there and gets eaten by Diskoids.''' class Diskoid: '''A thing that moves around and eats Plasmoids.''' ## Class attributes # A color for the display color = 'yellow' class World: '''A rectangular space where all the things live.'''