@wallhackio @The_T extremely loud incorrect buzzer
most languages don't have anything exactly equivalent to __init__
, but they have something equivalent to python's __new__
. in python we just prefer to create bare objects and initialize them rather than do it in the constructor for some reason