Comment dessiner Tony Stark Sketch dans Python

from sketchpy import library as lib
obj=lib.rdj()
obj.draw()
4224 Ravi Kiran