docs.google.com/forms/d/e/1F...
docs.google.com/forms/d/e/1F...
To actually call it and get the object you need to use <class_name>.new() like a static func, not obj_var._init() .
new() returns the new obj created.
Fun fact if you add params to _init() you need to pass it new()
To actually call it and get the object you need to use <class_name>.new() like a static func, not obj_var._init() .
new() returns the new obj created.
Fun fact if you add params to _init() you need to pass it new()