In Python, how do you make a subclass from a superclass?
class Subclass (SuperClass): # Subclass stuff here