Is there a way to use classmethod to construct an instance with the instance attributes set without invoking the __init__ in python?
Is there a way to use classmethod to construct an instance with the instance attributes set without invoking the __init__ in python?

