If a parent class and child class require the same __init__, I can think of two main ways to do this...
__init__
1. Use super() to explicitly declare