An empty __init__ will show folks, who read your code, that an empty object was OK when you wrote the code . You will have a place to put non-default initialization code when you need it.
An empty __init__ will show folks, who read your code, that an empty object was OK when you wrote the code . You will have a place to put non-default initialization code when you need it.