Running SWIG

swig -I.. -python draw.i

# -I.. for finding source code in parent dir.
Generates (complicated) wrapper code in
draw_wrap.c

previousnexttable of contents