@gn0madic
any python lovers? I don't really understand why weakly-typed languages pretend like they don't have types, when they (at least directionally) do.
for example, https://pc-pillow.readthedocs.io/en/latest/ImageDraw/ImageDraw_polygon.html
The first argument, `xy`, is in fact an array of tuples but that is not mentioned anywhere, so you have to find or read working code to read the docs? what am I missing?