Our classes often behave a lot more like objects with a life of their own.
For example I might do something like this. One could argue this is not describing an "is a" relationship i.e. how can each member of the landing party be a "ship".
I'm saying we internalize our type inheritance and "is a" might not apply in quite the same way in this particular knowledge domain. Keep an open mind.
# -*- coding: utf-8 -*- """ Created on Wed Apr 20 14:56:55 2016
@author: Kirby Urner
10 Cloverfield Lane, Nowhere, Nebraska
""" import random
class MotherShip:
attack_mode = False
# note to self, need to learn more Earthling names