Cómo dibujar Tony Stark Sketch en Python

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