Constructor
-
@DiGol the Python equivalent to a Constructor, as in a function guaranteed to be invoked after class initialization, is
__init__
@J-Hilk I doubt that was the question. A python constructor is not "for example, like Figma" :-)
-
@J-Hilk I doubt that was the question. A python constructor is not "for example, like Figma" :-)
-
@jsulm So that the user can create shapes, text, add images, etc. and change their properties, such as color, size, border, shadow...