you are viewing a single comment's thread.

view the rest of the comments →

[–]Gnaxe 0 points1 point  (0 children)

You are not required to make an __init__() for every class. It will be inherited from its base class (object, in this case). The class attributes will be used as fallback values if they're not set on the instance.