super().__init__ with One Argument

When a subclass defines its own __init__, the parent's setup does not run automatically. Call super().__init__ to fix that.
Python
Setting up Python environment...
Output